Mercurial > parpg-core
diff 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 |
line wrap: on
line diff
--- a/tests/test_equip.py Sat Mar 24 09:59:46 2012 +0100 +++ b/tests/test_equip.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 Equipable from parpg.components import Equip from parpg.components import equip