changeset 235:212bfbb96055

line too long
author Rizmari Versfeld <rizziepit@gmail.com>
date Sun, 13 May 2012 00:11:54 +0200
parents 0478c8b44acf
children ce1e23ea46e5
files gamelib/gamegui.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/gamegui.py	Sun May 13 00:09:49 2012 +0200
+++ b/gamelib/gamegui.py	Sun May 13 00:11:54 2012 +0200
@@ -624,7 +624,8 @@
         self.game = Game(game_dict)
         super(LabWindow, self).__init__(screen, self.game)
         self.autosave = get_save_filename()
-        self.background_image = image.load(filepath('images/lab_background.jpg'))
+        self.background_image = image.load(
+                filepath('images/lab_background.jpg'))
 
         # Ensure we setup everything with the correct state set
         self.game.start_turn()