diff options
author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-15 13:42:33 +0200 |
---|---|---|
committer | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-16 02:46:32 +0200 |
commit | b02662d4e870a34d2c6d97d4f702fcc1311e5177 (patch) | |
tree | 6f2bc1d942f979b3bb379d833700fe33f955415d /git/test/test_base.py | |
parent | 0210e394e0776d0b7097bf666bebd690ed0c0e4f (diff) | |
download | gitpython-b02662d4e870a34d2c6d97d4f702fcc1311e5177.tar.gz |
src: reduce needless deps to `gitdb.util`
Diffstat (limited to 'git/test/test_base.py')
-rw-r--r-- | git/test/test_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_base.py b/git/test/test_base.py index 576df961..cec40de8 100644 --- a/git/test/test_base.py +++ b/git/test/test_base.py @@ -23,7 +23,7 @@ from git.test.lib import ( with_rw_repo, with_rw_and_rw_remote_repo ) -from gitdb.util import hex_to_bin +from git.util import hex_to_bin import git.objects.base as base import os.path as osp |