Commit 22ad1d3f authored by w-e-w's avatar w-e-w
Browse files

revert use of gitpython hijack

parent 59419bd6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ import os
import threading

from modules import shared, errors
from modules.gitpython_hack import Repo
# from modules.gitpython_hack import Repo
from git import Repo
from modules.paths_internal import extensions_dir, extensions_builtin_dir, script_path  # noqa: F401

extensions = []