diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 20:16:51 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 21:34:33 +0100 |
commit | 9ca0f897376e765989e92e44628228514f431458 (patch) | |
tree | 7efa5736504a465cea4fef6fc94e20641a24bf80 /test/test_blob.py | |
parent | 83a9e4a0dad595188ff3fb35bc3dfc4d931eff6d (diff) | |
download | gitpython-9ca0f897376e765989e92e44628228514f431458.tar.gz |
Updated MANIFEST and setup to include fixtures. Adjusted includes in all tests to work with the new directory structure
Diffstat (limited to 'test/test_blob.py')
-rw-r--r-- | test/test_blob.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_blob.py b/test/test_blob.py index 623ed179..8513328e 100644 --- a/test/test_blob.py +++ b/test/test_blob.py @@ -4,7 +4,7 @@ # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -from test.testlib import * +from git.test.lib import * from git import * from gitdb.util import hex_to_bin |