Esempio n. 1
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     GoogleCalculator.__init__(self)
Esempio n. 2
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     config = ConfigParser.ConfigParser()
     config.read('linkcache.ini')
     self.cache = linkcache.linkcache.LinkCache(config)
Esempio n. 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()
Esempio n. 4
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     ButterflyLabs.__init__(self)
Esempio n. 5
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     StockTicker.__init__(self)
Esempio n. 6
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     StockTicker.__init__(self)
Esempio n. 7
0
def classFactory(iface):
    from PlayerPlugin import PlayerPlugin
    return PlayerPlugin(iface)
Esempio n. 8
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     ButterflyLabs.__init__(self)
Esempio n. 9
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     GoogleCalculator.__init__(self)
Esempio n. 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()
Esempio n. 11
0
 def __init__(self):
     PlayerPlugin.__init__(self)
     config = ConfigParser.ConfigParser()
     config.read('linkcache.ini')
     self.cache = linkcache.linkcache.LinkCache(config)