Example #1
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     GoogleCalculator.__init__(self)
Example #2
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     config = ConfigParser.ConfigParser()
     config.read('linkcache.ini')
     self.cache = linkcache.linkcache.LinkCache(config)
Example #3
0
 def __init__(self): 
     PlayerPlugin.__init__(self)
     self.db = MysqlUrlDb(db_host, db_name, db_user, db_pass)
     UrlSnarfer.__init__(self, self.db)
     self.parser = HTMLParser.HTMLParser()
Example #4
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     ButterflyLabs.__init__(self)
Example #5
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     StockTicker.__init__(self)
Example #6
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     StockTicker.__init__(self)
Example #7
0
def classFactory(iface):
    from PlayerPlugin import PlayerPlugin
    return PlayerPlugin(iface)
Example #8
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     ButterflyLabs.__init__(self)
Example #9
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     GoogleCalculator.__init__(self)
Example #10
0
 def __init__(self): 
     PlayerPlugin.__init__(self)
     self.db = MysqlUrlDb(db_host, db_name, db_user, db_pass)
     UrlSnarfer.__init__(self, self.db)
     self.parser = HTMLParser.HTMLParser()
Example #11
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     config = ConfigParser.ConfigParser()
     config.read('linkcache.ini')
     self.cache = linkcache.linkcache.LinkCache(config)