Mercurial > parpg-core
comparison tests/test_equip.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 | 7829eb185d6f |
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 Equipable | 20 from parpg.components import Equipable |
21 from parpg.components import Equip | 21 from parpg.components import Equip |
22 from parpg.components import equip | 22 from parpg.components import equip |
23 | 23 |
24 import unittest | 24 import unittest |