diff options
Diffstat (limited to 'installmethod.py')
-rw-r--r-- | installmethod.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installmethod.py b/installmethod.py index 5b923e3d9..92e6e29f4 100644 --- a/installmethod.py +++ b/installmethod.py @@ -102,9 +102,9 @@ class InstallMethod: def unlinkFilename(self, fullName): pass - def __init__(self, rootpath): + def __init__(self, method, rootpath, intf): self.rootPath = rootpath - pass + self.intf = intf def getSourcePath(self): pass |