diff scripts/npc-test @ 196:a4c4e2f34162

Remove DummyWorld since npc-test now uses the real world.
author Simon Cross <hodgestar@gmail.com>
date Wed, 06 Apr 2011 22:06:45 +0200
parents 445a28f4b38e
children 2cbeeef5867c
line wrap: on
line diff
--- a/scripts/npc-test	Wed Apr 06 22:04:19 2011 +0200
+++ b/scripts/npc-test	Wed Apr 06 22:06:45 2011 +0200
@@ -8,7 +8,7 @@
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
 
-from skaapsteker.dialogue import DSM, DsmEvent, DummyWorld
+from skaapsteker.dialogue import DSM, DsmEvent
 from skaapsteker.gamestate import GameState