Edit on GitHub

common.lib

1import sys, os
2
3# config
4sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)) + "/../..")