From 93bd2ed45172e3eb469f07fc0d45570f2cc0beca Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Dec 2019 00:48:19 +0100 Subject: try help logic find i18nfix --- make_site.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/make_site.py b/make_site.py index 4c2605ac..c7d2615f 100755 --- a/make_site.py +++ b/make_site.py @@ -12,6 +12,12 @@ import jinja2 import sys from pathlib import Path, PurePath + +# Make sure the current directory is in the search path when trying +# to import i18nfix. +sys.path.insert(0, ".") +sys.path.insert(0, "inc/") + from inc.site import gen_site from inc.fileproc import copy_files -- cgit v1.2.3