summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/__init__.py6
m---------git/ext/async0
2 files changed, 3 insertions, 3 deletions
diff --git a/git/__init__.py b/git/__init__.py
index 0658c330..29ce8dd8 100644
--- a/git/__init__.py
+++ b/git/__init__.py
@@ -14,12 +14,12 @@ __version__ = 'git'
#{ Initialization
def _init_externals():
"""Initialize external projects by putting them into the path"""
- sys.path.append(os.path.join(os.path.dirname(__file__), 'ext', 'gitdb'))
+ sys.path.append(os.path.join(os.path.dirname(__file__), 'ext', 'async'))
try:
- import gitdb
+ import async
except ImportError:
- raise ImportError("'gitdb' could not be found in your PYTHONPATH")
+ raise ImportError("'async' could not be found in your PYTHONPATH")
#END verify import
#} END initialization
diff --git a/git/ext/async b/git/ext/async
new file mode 160000
+Subproject 10310824c001deab8fea85b88ebda0696f964b3