aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-14 13:21:40 +0000
committerNils Gillmann <ng0@n0.is>2018-10-14 13:21:59 +0000
commit4961c04c42b04fd5f99e84ef677b3bce20d65539 (patch)
treebb060733b6b8bd787741bba8fdcd189ef44752d7
parentaa55a1897afbbeb3ef0dd0426219e1739b851c7a (diff)
downloadwww-4961c04c42b04fd5f99e84ef677b3bce20d65539.tar.gz
www-4961c04c42b04fd5f99e84ef677b3bce20d65539.zip
template: forgot to remove a print
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rwxr-xr-xtemplate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.py b/template.py
index acf79b70..199e5be1 100755
--- a/template.py
+++ b/template.py
@@ -39,7 +39,7 @@ env = jinja2.Environment(loader=jinja2.FileSystemLoader(os.path.dirname(__file__
39 trim_blocks=True, 39 trim_blocks=True,
40 undefined=jinja2.StrictUndefined, 40 undefined=jinja2.StrictUndefined,
41 autoescape=False) 41 autoescape=False)
42print(sys.path) 42# DEBUG OUTPUT: print(sys.path)
43 43
44langs_full = {"en": "English", "fr": "Français", "it": "Italiano", "es": "Español", "de": "Deutsch"} 44langs_full = {"en": "English", "fr": "Français", "it": "Italiano", "es": "Español", "de": "Deutsch"}
45 45