taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit d6aadafdd494edcaffd7866d32af7c9bea4a3f62
parent 954dd3d6eeaa57fe4bce75226b2a0b3c6e4c23c1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 27 Jun 2018 21:42:24 +0200

fix py import issue

Diffstat:
Mtemplate.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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__)),