gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: fix py import issue


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: fix py import issue
Date: Wed, 27 Jun 2018 21:57:36 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new d6aadaf  fix py import issue
d6aadaf is described below

commit d6aadafdd494edcaffd7866d32af7c9bea4a3f62
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jun 27 21:42:24 2018 +0200

    fix py import issue
---
 template.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/template.py b/template.py
index f0d37da..eae04eb 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__)),

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]