Most of the pep8 changes finished. Be careful, things may be horribly broken.
This commit is contained in:
@@ -18,14 +18,14 @@ class command():
|
||||
def shutdown(self):
|
||||
pass
|
||||
|
||||
def getDescription(self):
|
||||
def get_description(self):
|
||||
return 'No description found'
|
||||
|
||||
def load(self):
|
||||
return
|
||||
print('--------------')
|
||||
print('default')
|
||||
print('load new', self.env['screen']['newApplication'])
|
||||
print('load new', self.env['screen']['new_application'])
|
||||
print('--------------')
|
||||
|
||||
def unload(self):
|
||||
@@ -35,5 +35,5 @@ class command():
|
||||
print('unload old', self.env['screen']['oldApplication'])
|
||||
print('--------------')
|
||||
|
||||
def setCallback(self, callback):
|
||||
def set_callback(self, callback):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user