To make Fenrir easier to approach for new developer, start code migration to be pep8 compliant.
This commit is contained in:
@ -6,11 +6,14 @@
|
||||
|
||||
from fenrirscreenreader.core import debug
|
||||
|
||||
|
||||
class remoteDriver():
|
||||
def __init__(self):
|
||||
self._isInitialized = False
|
||||
|
||||
def initialize(self, environment):
|
||||
self.env = environment
|
||||
self._isInitialized = True
|
||||
|
||||
def shutdown(self):
|
||||
self._isInitialized = False
|
||||
|
Reference in New Issue
Block a user