diff tests/test_lockable.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_lockable.py	Sat Mar 24 09:59:46 2012 +0100
+++ b/tests/test_lockable.py	Tue Mar 27 13:42:35 2012 +0200
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with PARPG.  If not, see <http://www.gnu.org/licenses/>.
 
-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 lockable
 
 import unittest