From eb1896583afbbb622cadcde1a24e17173f61904f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Sun, 27 Aug 2017 18:06:05 -0500 Subject: identation fixed --- mvc/signals.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'mvc/signals.py') diff --git a/mvc/signals.py b/mvc/signals.py index 6b09406..2f64dc9 100644 --- a/mvc/signals.py +++ b/mvc/signals.py @@ -262,10 +262,10 @@ class SystemSignals(SignalEmitter): """ def __init__(self): SignalEmitter.__init__(self, 'error', 'startup-success', - 'startup-failure', 'shutdown', - 'update-available', 'new-dialog', - 'theme-first-run', 'videos-added', - 'download-complete') + 'startup-failure', 'shutdown', + 'update-available', 'new-dialog', + 'theme-first-run', 'videos-added', + 'download-complete') def shutdown(self): self.emit('shutdown') @@ -296,6 +296,4 @@ class SystemSignals(SignalEmitter): exc_info = None logging.error('%s: %s' % (when, details), exc_info=exc_info) - - system = SystemSignals() -- cgit v1.2.3