summaryrefslogtreecommitdiffstats
path: root/gitsrht/app.py
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-21 18:21:32 -0400
committerDrew DeVault <sir@cmpwn.com>2018-09-21 18:21:32 -0400
commit35854188daf6f2ec4ff77ff63e795b0c7d89da9b (patch)
tree404a24327a15232c55e6b83c1e6600a287bec798 /gitsrht/app.py
parent662257ff3ecef739375524649265a3938a81faf8 (diff)
Implement tree annotation
Diffstat (limited to 'gitsrht/app.py')
-rw-r--r--gitsrht/app.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitsrht/app.py b/gitsrht/app.py
index 34c5207..2376a51 100644
--- a/gitsrht/app.py
+++ b/gitsrht/app.py
@@ -1,3 +1,4 @@
+import humanize
import stat
from flask import session
from srht.flask import SrhtFlask
@@ -43,6 +44,7 @@ class GitApp(SrhtFlask):
return {
"commit_time": commit_time,
"trim_commit": trim_commit,
+ "humanize": humanize,
"stat": stat,
"notice": notice
}