summaryrefslogtreecommitdiff
path: root/test/git/test_remote.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-11-03 20:59:24 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-11-03 21:00:35 +0100
commit43ab2afba68fd0e1b5d138ed99ffc788dc685e36 (patch)
tree2a7281ec51314abe014aa79bd0f760ed7acfbbe7 /test/git/test_remote.py
parente648efdcc1ca904709a646c1dbc797454a307444 (diff)
downloadgitpython-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.py1
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()