replaced another git_python with git
authorFlorian Apolloner <florian@apolloner.eu>
Sat, 31 May 2008 16:25:02 +0000 (18:25 +0200)
committerFlorian Apolloner <florian@apolloner.eu>
Sat, 31 May 2008 16:25:02 +0000 (18:25 +0200)
test/git/test_repo.py

index 3f7196bef85feb6764dadb6473ec9659251f408d..67008d72958e1a6abddba3141d52db6a093c27bd 100644 (file)
@@ -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