diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-06-28 19:15:42 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-06-28 19:15:54 +0200 |
commit | 1fe889ea0cb2547584075dc1eb77f52c54b9a8c4 (patch) | |
tree | cd3685e0bd87441eab4888efbc4e14a232a65a7b /test/git/test_remote.py | |
parent | 47e3138ee978ce708a41f38a0d874376d7ae5c78 (diff) | |
download | gitpython-1fe889ea0cb2547584075dc1eb77f52c54b9a8c4.tar.gz |
All tests adjusted to work with the changed internal sha representation
Diffstat (limited to 'test/git/test_remote.py')
-rw-r--r-- | test/git/test_remote.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/git/test_remote.py b/test/git/test_remote.py index 58fad308..9d4da034 100644 --- a/test/git/test_remote.py +++ b/test/git/test_remote.py @@ -6,6 +6,7 @@ from test.testlib import * from git import * +from git.utils import IterableList import tempfile import shutil import os |