# HG changeset patch # User Rizmari Versfeld # Date 1336860714 -7200 # Node ID 212bfbb96055a02516b5d5a77455a3f7257d1656 # Parent 0478c8b44acf29f879eaefcc2a81a869463a4e20 line too long diff -r 0478c8b44acf -r 212bfbb96055 gamelib/gamegui.py --- 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()