This commit is contained in:
parent
be5edacab7
commit
75d5c971e4
|
|
@ -1,6 +1,11 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
|
||||
root = os.path.dirname(os.path.abspath(__file__))
|
||||
sys.path.append(root)
|
||||
os.chdir(root)
|
||||
|
||||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
try:
|
||||
import pygit2
|
||||
|
|
|
|||
Loading…
Reference in New Issue