diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-11-03 20:59:24 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-11-03 21:00:35 +0100 |
commit | 43ab2afba68fd0e1b5d138ed99ffc788dc685e36 (patch) | |
tree | 2a7281ec51314abe014aa79bd0f760ed7acfbbe7 /test/git/test_remote.py | |
parent | e648efdcc1ca904709a646c1dbc797454a307444 (diff) | |
download | gitpython-43ab2afba68fd0e1b5d138ed99ffc788dc685e36.tar.gz |
refs: iter_items now imlemented natively for additional performance. We did not implement the crazy sorting feature found in git-for-each-ref though
Diffstat (limited to 'test/git/test_remote.py')
-rw-r--r-- | test/git/test_remote.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/git/test_remote.py b/test/git/test_remote.py index 156e7764..f049f6f7 100644 --- a/test/git/test_remote.py +++ b/test/git/test_remote.py @@ -63,7 +63,6 @@ class TestRemote(TestBase): def _print_fetchhead(self, repo): fp = open(os.path.join(repo.path, "FETCH_HEAD")) - print fp.read() fp.close() |