diff options
Diffstat (limited to 'git/db.py')
-rw-r--r-- | git/db.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,12 +1,9 @@ """Module with our own gitdb implementation - it uses the git command""" +from git.util import bin_to_hex, hex_to_bin from gitdb.base import ( OInfo, OStream ) -from gitdb.util import ( - bin_to_hex, - hex_to_bin -) from gitdb.db import GitDB # @UnusedImport from gitdb.db import LooseObjectDB |