diff options
author | Florian Apolloner <florian@apolloner.eu> | 2008-05-31 18:25:02 +0200 |
---|---|---|
committer | Florian Apolloner <florian@apolloner.eu> | 2008-05-31 18:25:02 +0200 |
commit | 1a5885a4c5983242b1356b57eafeb59a9d5c0d0f (patch) | |
tree | e6d7ff7ec266a61e6691d5d4ed33b305b29f3ad7 /test/git/test_repo.py | |
parent | 8c982c1f50bd7ae3bc4a1afc09e9ad11aecd434f (diff) | |
download | gitpython-1a5885a4c5983242b1356b57eafeb59a9d5c0d0f.tar.gz |
replaced another git_python with git
Diffstat (limited to 'test/git/test_repo.py')
-rw-r--r-- | test/git/test_repo.py | 2 |
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 |