PyLint cleanups

This commit is contained in:
Greg Neagle
2017-04-07 22:12:02 -07:00
parent a4eef0f256
commit d13130c4dc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ def activate():
_currentStatus['command'] = ''
def quit():
def quit_app():
'''Tells the status app that we're done.'''
_currentStatus['command'] = 'quit'
postStatusNotification()