Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/modalalert.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-16 17:35:03 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-11-24 19:22:02 (GMT)
commit90a84c3a6d754e1531af1493d55ed928d4c37202 (patch)
treee593eaa248c26f837dbc07c160d422c702104aaa /src/jarabe/journal/modalalert.py
parentc44296092e19dd1cdbbbff1245b409b67419d60f (diff)
style cleanup: use """ everywhere
Most of the code uses """, so adjust the few deviations. Reviewed-by: James Cameron <quozl@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
Diffstat (limited to 'src/jarabe/journal/modalalert.py')
-rw-r--r--src/jarabe/journal/modalalert.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jarabe/journal/modalalert.py b/src/jarabe/journal/modalalert.py
index c306b9e..877b11a 100644
--- a/src/jarabe/journal/modalalert.py
+++ b/src/jarabe/journal/modalalert.py
@@ -92,6 +92,5 @@ class ModalAlert(gtk.Window):
self.window.set_accept_focus(True)
def __show_journal_cb(self, button):
- '''The opener will listen on the destroy signal
- '''
+ """The opener will listen on the destroy signal"""
self.destroy()