From 1a5885a4c5983242b1356b57eafeb59a9d5c0d0f Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sat, 31 May 2008 18:25:02 +0200 Subject: replaced another git_python with git --- test/git/test_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/git/test_repo.py') 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 -- cgit v1.2.1