manuskript/package/dependency_test.py

9 lines
156 B
Python
Raw Normal View History

2017-11-03 02:44:49 +13:00
import os
import sys
realpath = os.path.realpath(__file__)
sys.path.insert(1, os.path.join(os.path.dirname(realpath), '..'))
from manuskript import main