start inherit more drivers

This commit is contained in:
chrys 2017-10-24 07:43:47 +02:00
parent bf7b74b878
commit 4bf20aa955

View File

@ -22,7 +22,7 @@ class screenDriver():
self.env = environment self.env = environment
self._isInitialized = True self._isInitialized = True
def shutdown(self): def shutdown(self):
pass self._isInitialized = False
def getCurrScreen(self): def getCurrScreen(self):
pass pass
def getCurrApplication(self): def getCurrApplication(self):