comparison 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
comparison
equal deleted inserted replaced
210:133adcfad006 211:7fc3acada7e0
15 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
16 # along with PARPG. If not, see <http://www.gnu.org/licenses/>. 16 # along with PARPG. If not, see <http://www.gnu.org/licenses/>.
17 17
18 import unittest 18 import unittest
19 19
20 from parpg.bGrease.world import BaseWorld 20 from bGrease.world import BaseWorld
21 from parpg.bGrease.entity import Entity 21 from bGrease.entity import Entity
22 from parpg.components import containable, container 22 from parpg.components import containable, container
23 23
24 class TestContainer(unittest.TestCase): 24 class TestContainer(unittest.TestCase):
25 class GameWorld(BaseWorld): 25 class GameWorld(BaseWorld):
26 """GameWorld""" 26 """GameWorld"""