diff options
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 |