From 1f3a525507a8f5681a8b478d55dc9346e45ab91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Wed, 1 Jun 2016 01:52:57 +0200 Subject: fix incorrectly named class --- MgaRepo/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MgaRepo/git.py') 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) -- cgit v1.2.1