Merge branch 'bennyyip/master'
This commit is contained in:
commit
cd1ff70113
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def inject(lib_path):
|
||||||
path = os.path.join(PROJECT_ROOT_DIRECTORY, 'lib', lib_path)
|
path = os.path.join(PROJECT_ROOT_DIRECTORY, 'lib', lib_path)
|
||||||
sys.path.insert(0, path)
|
sys.path.insert(0, path)
|
||||||
|
|
||||||
inject('pyyaml/lib3')
|
inject('pyyaml/lib')
|
||||||
|
|
||||||
if os.path.exists(os.path.join(PROJECT_ROOT_DIRECTORY, 'dotbot')):
|
if os.path.exists(os.path.join(PROJECT_ROOT_DIRECTORY, 'dotbot')):
|
||||||
if PROJECT_ROOT_DIRECTORY not in sys.path:
|
if PROJECT_ROOT_DIRECTORY not in sys.path:
|
||||||
|
|
Loading…
Reference in a new issue