had to add absolute path so it shows up right

This commit is contained in:
cloudwithax 2021-11-02 21:16:44 -04:00
parent 66f5f3620a
commit 221fc4fcee
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
# -- Project information -----------------------------------------------------