summaryrefslogtreecommitdiffstats
path: root/layman/overlays/cvs.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/cvs.py')
-rw-r--r--layman/overlays/cvs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/overlays/cvs.py b/layman/overlays/cvs.py
index c949f0e..54aae5e 100644
--- a/layman/overlays/cvs.py
+++ b/layman/overlays/cvs.py
@@ -43,7 +43,7 @@ class CvsOverlay(OverlaySource):
def __init__(self, parent, xml, config, _location, ignore = 0, quiet = False):
- super(CvsOverlay, self).__init__(xml, parent, config, _location, ignore, quiet)
+ super(CvsOverlay, self).__init__(parent, xml, config, _location, ignore, quiet)
_subpath = xml.find('subpath')
if _subpath != None: