diff tests/test_container.py @ 211:7fc3acada7e0

Changes required by the removal of bGrease. Update .hgsubstate.
author Beliar <KarstenBock@gmx.net>
date Tue, 27 Mar 2012 13:42:35 +0200
parents 0a2cc748d16b
children
line wrap: on
line diff
--- a/tests/test_container.py	Sat Mar 24 09:59:46 2012 +0100
+++ b/tests/test_container.py	Tue Mar 27 13:42:35 2012 +0200
@@ -17,8 +17,8 @@
 
 import unittest
 
-from parpg.bGrease.world import BaseWorld
-from parpg.bGrease.entity import Entity
+from bGrease.world import BaseWorld
+from bGrease.entity import Entity
 from parpg.components import containable, container
 
 class  TestContainer(unittest.TestCase):