comparison 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
comparison
equal deleted inserted replaced
210:133adcfad006 211:7fc3acada7e0
13 # GNU General Public License for more details. 13 # GNU General Public License for more details.
14 # 14 #
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 from parpg.bGrease.world import BaseWorld 18 from bGrease.world import BaseWorld
19 from parpg.bGrease.entity import Entity 19 from bGrease.entity import Entity
20 from parpg.components import lockable 20 from parpg.components import lockable
21 21
22 import unittest 22 import unittest
23 23
24 class TestLockable(unittest.TestCase): 24 class TestLockable(unittest.TestCase):