changeset 52:c9f2311dedea

inherit from the right ABC
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 15 Nov 2011 15:14:45 -0800
parents 45f7a0f80e6a
children 81fe0523a078
files fetch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fetch.py	Tue Nov 15 15:13:01 2011 -0800
+++ b/fetch.py	Tue Nov 15 15:14:45 2011 -0800
@@ -252,7 +252,7 @@
 
 if which('git'):
 
-    class GitFetcher(Fetcher):
+    class GitFetcher(VCSFetcher):
         """checkout a git repository"""
         type = 'git'