Example #1
0
 def __init__(self, name = 'pulse2', conffile = None):
     if not hasattr(self, 'initdone'):
         PluginConfig.__init__(self, name, conffile)
         Pulse2DatabaseConfig.__init__(self)
         self.initdone = True
Example #2
0
 def __init__(self, name='pulse2', conffile=None):
     if not hasattr(self, 'initdone'):
         PluginConfig.__init__(self, name, conffile)
         Pulse2DatabaseConfig.__init__(self)
         self.initdone = True