diff gamelib/tests/test_scene_interactions_cryo.py @ 729:7d777c9a1af1 pyntnclick

Remove the last suspended-sentence-specific bits from GameLogicTestCase
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 15 Jan 2013 22:55:08 +0200
parents db0762f1de5a
children eca4d2fc11a4
line wrap: on
line diff
--- a/gamelib/tests/test_scene_interactions_cryo.py	Tue Jan 15 22:52:34 2013 +0200
+++ b/gamelib/tests/test_scene_interactions_cryo.py	Tue Jan 15 22:55:08 2013 +0200
@@ -1,8 +1,10 @@
+import gamelib.main
 import game_logic_utils
 
 
 class TestGameLogic(game_logic_utils.GameLogicTestCase):
 
+    GAME_DESCRIPTION_CLASS = gamelib.main.SuspendedSentence
     CURRENT_SCENE = 'cryo'
 
     def test_cryo_door_closed_hand(self):