summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-27 21:42:24 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-27 21:57:33 +0200
commitd6aadafdd494edcaffd7866d32af7c9bea4a3f62 (patch)
tree3c96ea038efb7148477ebc1f2f24ab3d07e22fc0
parent954dd3d6eeaa57fe4bce75226b2a0b3c6e4c23c1 (diff)
downloadwww-d6aadafdd494edcaffd7866d32af7c9bea4a3f62.tar.gz
www-d6aadafdd494edcaffd7866d32af7c9bea4a3f62.tar.bz2
www-d6aadafdd494edcaffd7866d32af7c9bea4a3f62.zip
fix py import issue
-rwxr-xr-xtemplate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.py b/template.py
index f0d37dad..eae04eb1 100755
--- a/template.py
+++ b/template.py
@@ -16,6 +16,7 @@ import jinja2
import glob
import codecs
import os
+sys.path.append(os.getcwd())
import i18nfix
env = jinja2.Environment(loader=jinja2.FileSystemLoader(os.path.dirname(__file__)),