diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-06 15:03:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-06 15:03:14 +0200 |
| commit | acf5e6ea64a2f24117f1d419c208ed1c38c43690 (patch) | |
| tree | 75dedc18137297829e84f3a151130a589c3d844b /git/test/db/test_pack.py | |
| parent | 56da804ff295a05a38dc2cc73755706ea756fc52 (diff) | |
| download | GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.tar.gz GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.zip | |
replaced all gitdb strings with git
Diffstat (limited to 'git/test/db/test_pack.py')
| -rw-r--r-- | git/test/db/test_pack.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/git/test/db/test_pack.py b/git/test/db/test_pack.py index 5456df41..4854c4e7 100644 --- a/git/test/db/test_pack.py +++ b/git/test/db/test_pack.py @@ -3,10 +3,10 @@ # 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 PurePackedODB -from gitdb.test.lib import fixture_path +from git.db.py import PurePackedODB +from git.test.lib import fixture_path -from gitdb.exc import BadObject, AmbiguousObjectName +from git.exc import BadObject, AmbiguousObjectName import os import random |
