aboutsummaryrefslogtreecommitdiff
path: root/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'template.py')
-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