Remove iwla parameter in hook functions

This commit is contained in:
2014-11-26 20:31:13 +01:00
parent 9571bf09b6
commit fec5e375e4
9 changed files with 21 additions and 21 deletions

View File

@@ -25,7 +25,7 @@ class IPlugin(object):
def load(self):
return True
def hook(self, iwla):
def hook(self):
pass
def preloadPlugins(plugins, iwla):