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

pep8/pyflakes fixes.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 27 Jan 2013 13:42:58 +0200
parents bdaffaa8b6bf
children eed75a1d50c4
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Sun Jan 27 13:38:56 2013 +0200
+++ b/gamelib/scenes/cryo.py	Sun Jan 27 13:42:58 2013 +0200
@@ -177,7 +177,7 @@
                 responses.append(make_jim_dialog(
                     _("Prisoner %s. Vandalism is an offence punishable by a "
                       "minimum of an additional 6 months to your sentence."
-                     ) % PLAYER_ID, self.game))
+                      ) % PLAYER_ID, self.game))
             return responses
 
     def is_interactive(self, tool=None):
@@ -216,8 +216,8 @@
         return True
 
     def interact_without(self):
-        return Result(_("These pipes aren't attached to the wall very solidly."
-                       ))
+        return Result(
+          _("These pipes aren't attached to the wall very solidly."))
 
     def get_description(self):
         return _("These pipes carry cooling fluid to the working cryo units.")
@@ -455,8 +455,8 @@
     INITIAL = "plaque"
 
     def interact_without(self):
-        return Result(_("The plaque is welded to the unit. You can't shift it."
-                       ))
+        return Result(
+          _("The plaque is welded to the unit. You can't shift it."))
 
     def get_description(self):
         return _("'Prisoner 98CC-764E646391EE. War crimes. 45 years.")