Commit d6975ffd authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 7cefc48c
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -13,8 +13,9 @@
import os
import sys
# . = /doc/source
sys.path.insert(0, os.path.abspath('./csst_common/'))
sys.path.insert(0, os.path.abspath('../../'))
# sys.path.insert(0, os.path.abspath('./csst_common/'))
# sys.path.insert(0, os.path.abspath('../../'))
sys.path.append(os.path.abspath('./csst_common/'))


# -- Project information -----------------------------------------------------