コード例 #1
0
ファイル: hbogo.py プロジェクト: smileyhatzz/sd-xbmc
 def __init__(self):
     self.common = pCommon.common()
     self.chars = pCommon.Chars()
     self.manifest_path = os.path.join(TMP, 'manifest')
     self.exception = Errors.Exception()
     self.smt = smth.SMTH()
     self.sm = smth.Manifest()
コード例 #2
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()
コード例 #3
0
ファイル: kinomaniak.py プロジェクト: smileyhatzz/sd-xbmc
    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()
コード例 #4
0
ファイル: bestplayer.py プロジェクト: smileyhatzz/sd-xbmc
 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()
コード例 #5
0
ファイル: hbogo.py プロジェクト: smileyhatzz/sd-xbmc
 def __init__(self):
     self.common = pCommon.common()
     self.chars = pCommon.Chars()
     self.movie = Movies()
     self.parser = Parser.Parser()