Most of the pep8 changes finished. Be careful, things may be horribly broken.
This commit is contained in:
@ -18,7 +18,7 @@ class command():
|
||||
def shutdown(self):
|
||||
pass
|
||||
|
||||
def getDescription(self):
|
||||
def get_description(self):
|
||||
return 'No description found'
|
||||
|
||||
def unload(self):
|
||||
@ -27,5 +27,5 @@ class command():
|
||||
def load(self):
|
||||
pass
|
||||
|
||||
def setCallback(self, callback):
|
||||
def set_callback(self, callback):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user