Leave this as it was

This commit is contained in:
Simon Willison 2021-08-10 10:43:32 -07:00
commit 6ad3ce414c

View file

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