summaryrefslogtreecommitdiff
path: root/test/git/test_repo.py
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2008-05-31 18:25:02 +0200
committerFlorian Apolloner <florian@apolloner.eu>2008-05-31 18:25:02 +0200
commit1a5885a4c5983242b1356b57eafeb59a9d5c0d0f (patch)
treee6d7ff7ec266a61e6691d5d4ed33b305b29f3ad7 /test/git/test_repo.py
parent8c982c1f50bd7ae3bc4a1afc09e9ad11aecd434f (diff)
downloadgitpython-1a5885a4c5983242b1356b57eafeb59a9d5c0d0f.tar.gz
replaced another git_python with git
Diffstat (limited to 'test/git/test_repo.py')
-rw-r--r--test/git/test_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_repo.py b/test/git/test_repo.py
index 3f7196be..67008d72 100644
--- a/test/git/test_repo.py
+++ b/test/git/test_repo.py
@@ -181,7 +181,7 @@ class TestRepo(object):
def test_archive_tar_gz(self):
self.repo.archive_tar_gz
- @patch('git_python.utils', 'touch')
+ @patch('git.utils', 'touch')
def test_enable_daemon_serve(self, touch):
self.repo.enable_daemon_serve