diff gamelib/scenes/mess.py @ 800:374d96e0b55e pyntnclick

pep8/pyflakes fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 27 Jan 2013 13:42:58 +0200
parents a35f5364437d
children eed75a1d50c4
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Sun Jan 27 13:38:56 2013 +0200
+++ b/gamelib/scenes/mess.py	Sun Jan 27 13:42:58 2013 +0200
@@ -222,8 +222,8 @@
         if self.get_data("status") == "broken":
             return Result(_("It would get lost in the fronds."))
         elif self.get_data("status") == 'fixed':
-            return Result(_("There's quite enough tape on the ducting already."
-                           ))
+            return Result(
+              _("There's quite enough tape on the ducting already."))
         else:
             self.set_data("fixed", True)
             self.set_data("status", "fixed")