blob: 97e5e8354e9aaab069048d83eccb018b0e30ea90 [file] [log] [blame]
import os.path, sys
libdir = os.path.join(os.path.dirname(__file__), '../')
libdir = os.path.normpath(libdir)
if libdir not in sys.path:
sys.path.insert(0, libdir)