Exemple #1
0
 def __init__(self):
     log.info('Loading ' + SERVICE)
     self.settings = settings.TVSettings()
     self.parser = Parser.Parser()
     self.common = pCommon.common()
     self.history = pCommon.history()
     self.anyfiles = serviceParser()
Exemple #2
0
 def __init__(self):
   log.info('Loading ' + SERVICE)
   self.settings = settings.TVSettings()
   self.parser = Parser.Parser()
   self.common = pCommon.common()
   self.history = pCommon.history()
   self.anyfiles = serviceParser()
Exemple #3
0
 def __init__(self):
     log.info('Loading ' + SERVICE)
     self.settings = settings.TVSettings()
     self.parser = Parser.Parser()
     self.cm = pCommon.common()
     self.history = pCommon.history()
     self.chars = pCommon.Chars()
     self.exception = Errors.Exception()
Exemple #4
0
 def __init__(self):
     log.info("Loading Teledyski")
     self.settings = settings.TVSettings()
     self.parser = Parser.Parser()
     self.cm = pCommon.common()
     self.exception = Errors.Exception()
     self.navigation = Navigation.VideoNav()
     self.history = pCommon.history()
Exemple #5
0
    def __init__(self):
        log.info('Loading ' + SERVICE)
        self.settings = settings.TVSettings()
        self.parser = Parser.Parser()
        self.cm = pCommon.common()
	self.history = pCommon.history()
	self.chars = pCommon.Chars()
	self.exception = Errors.Exception()
Exemple #6
0
    def __init__(self):
        log.info('Loading Teledyski')
        self.settings = settings.TVSettings()
        self.parser = Parser.Parser()
        self.cm = pCommon.common()
	self.exception = Errors.Exception()
	self.navigation = Navigation.VideoNav()
	self.history = pCommon.history()
Exemple #7
0
    def __init__(self):
	log.info('Loading ' + SERVICE)
	self.parser = Parser.Parser()
	self.up = urlparser.urlparser()
	self.cm = pCommon.common()
	self.history = pCommon.history()
	self.navigation = Navigation.VideoNav()
	self.chars = pCommon.Chars()
	self.exception = Errors.Exception()
Exemple #8
0
    def __init__(self):
        log.info('Loading BestPlayer')
        self.settings = settings.TVSettings()
        self.parser = Parser.Parser()
        self.up = urlparser.urlparser()
        self.cm = pCommon.common()
        self.history = pCommon.history()
	self.navigation = Navigation.VideoNav()
	self.chars = pCommon.Chars()
	self.exception = Errors.Exception()
Exemple #9
0
 def __init__(self):
     log.info('Loading BestPlayer')
     self.settings = settings.TVSettings()
     self.parser = Parser.Parser()
     self.up = urlparser.urlparser()
     self.cm = pCommon.common()
     self.history = pCommon.history()
     self.navigation = Navigation.VideoNav()
     self.chars = pCommon.Chars()
     self.exception = Errors.Exception()