Update conf management

This commit is contained in:
2014-11-24 21:37:37 +01:00
parent 21a95cc2fa
commit 549c0e5d97
8 changed files with 56 additions and 56 deletions

View File

@@ -5,8 +5,8 @@ from iplugin import IPlugin
from display import *
class IWLADisplayTopVisitors(IPlugin):
def __init__(self, iwla):
super(IWLADisplayTopVisitors, self).__init__(iwla)
def __init__(self, iwla, conf):
super(IWLADisplayTopVisitors, self).__init__(iwla, conf)
self.API_VERSION = 1
self.requires = ['IWLAPostAnalysisTopVisitors']