diff options
Diffstat (limited to 'git/test/db/test_mem.py')
| -rw-r--r-- | git/test/db/test_mem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/db/test_mem.py b/git/test/db/test_mem.py index 79005b50..ed14cc21 100644 --- a/git/test/db/test_mem.py +++ b/git/test/db/test_mem.py @@ -3,7 +3,7 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php from lib import * -from gitdb.db.py import ( +from git.db.py import ( PureMemoryDB, PureLooseObjectODB ) |
