Update conf.py

This commit is contained in:
Jamie Hardt
2022-11-16 23:24:52 -08:00
parent 0fdba2408b
commit 521d86e444

View File

@@ -14,7 +14,6 @@
# #
import os import os
import sys import sys
#sys.path.insert(0, os.path.abspath('../../pycmx'))
sys.path.insert(0, os.path.abspath('../..')) sys.path.insert(0, os.path.abspath('../..'))
print(sys.path) print(sys.path)