This commit is contained in:
lvmin 2023-08-11 09:17:31 -07:00
parent 2da9e7e641
commit 2140749a4b
1 changed files with 5 additions and 2 deletions

View File

@ -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__)))