aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MgaRepo/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/git.py b/MgaRepo/git.py
index 28cc9c2..01a1272 100644
--- a/MgaRepo/git.py
+++ b/MgaRepo/git.py
@@ -128,7 +128,7 @@ class GIT(VCS):
return None
-class SVNLook(VCSLook):
+class GITLook(VCSLook):
def __init__(self, repospath, txn=None, rev=None):
VCSLook.__init__(self, repospath, txn, rev)