Skip to content

Commit b199bd5

Browse files
committed
chore(ci): depend on "leaks" smmap branch
+ stop importing git-submodules for gitdb & smmap
1 parent ba10cf1 commit b199bd5

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

gitdb/__init__.py

-19
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,6 @@
77
import sys
88
import os
99

10-
#{ Initialization
11-
12-
13-
def _init_externals():
14-
"""Initialize external projects by putting them into the path"""
15-
for module in ('smmap',):
16-
sys.path.append(os.path.join(os.path.dirname(__file__), 'ext', module))
17-
18-
try:
19-
__import__(module)
20-
except ImportError:
21-
raise ImportError("'%s' could not be imported, assure it is located in your PYTHONPATH" % module)
22-
# END verify import
23-
# END handel imports
24-
25-
#} END initialization
26-
27-
_init_externals()
28-
2910
__author__ = "Sebastian Thiel"
3011
__contact__ = "[email protected]"
3112
__homepage__ = "https://github.com/gitpython-developers/gitdb"

0 commit comments

Comments
 (0)