This commit is contained in:
parent
2da9e7e641
commit
2140749a4b
|
|
@ -1,7 +1,10 @@
|
|||
try:
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
try:
|
||||
import pygit2
|
||||
import os
|
||||
|
||||
repo = pygit2.Repository(os.path.abspath(os.path.dirname(__file__)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue