Try ../../

This commit is contained in:
Simon Willison 2021-08-10 10:34:26 -07:00
commit b58352f730

View file

@ -19,7 +19,7 @@ from subprocess import Popen, PIPE
import os
import sys
sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("../../"))
# -- General configuration ------------------------------------------------