diff options
Diffstat (limited to 'git/pack.py')
-rw-r--r-- | git/pack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/pack.py b/git/pack.py index 7ae9786e..62e9ae03 100644 --- a/git/pack.py +++ b/git/pack.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 """Contains PackIndexFile and PackFile implementations""" -from gitdb.exc import ( +from git.exc import ( BadObject, UnsupportedOperation, ParseError |