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