summaryrefslogtreecommitdiff
path: root/git/db/py/ref.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/db/py/ref.py')
-rw-r--r--git/db/py/ref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/db/py/ref.py b/git/db/py/ref.py
index 951f0437..94887fb8 100644
--- a/git/db/py/ref.py
+++ b/git/db/py/ref.py
@@ -31,7 +31,7 @@ class PureReferenceDB(PureCompoundDB):
dbcls = self.ObjectDBCls
if dbcls is None:
# late import
- from git import PureGitODB
+ from complex import PureGitODB # TODO: This should be a configurable for flexibility
dbcls = PureGitODB
# END get db type