Mercurial > parpg-core
diff tests/test_container.py @ 94:0a2cc748d16b
Fixed container and lockable test. They where using the old name of the parpg grease module.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 16:12:19 +0200 |
parents | c017773e8443 |
children | 7fc3acada7e0 |
line wrap: on
line diff
--- a/tests/test_container.py Wed Sep 21 16:11:06 2011 +0200 +++ b/tests/test_container.py Wed Sep 21 16:12:19 2011 +0200 @@ -17,8 +17,8 @@ import unittest -from parpg.grease.world import BaseWorld -from parpg.grease.entity import Entity +from parpg.bGrease.world import BaseWorld +from parpg.bGrease.entity import Entity from parpg.components import containable, container class TestContainer(unittest.TestCase):