Exemplo n.º 1
0
 def readEPGData(self):
     path = self._config.getEPGTimestampPath() 
     if OSTools.fileExists(path):
         OSTools.removeFile(path)
     self._updateEPGData()
Exemplo n.º 2
0
 def _isPolicyChangeRequested(self,markerFile):
     if OSTools.fileExists(markerFile):
         OSTools.removeFile(markerFile)
         return True
     return False