diff gui/inventorygui.py @ 148:2241722311bf

Moved the action module into the entities package. Removed the objects package.
author KarstenBock@gmx.net
date Sun, 09 Oct 2011 21:02:48 +0200
parents bb29d81d7ce6
children 5b880b8cff6d
line wrap: on
line diff
--- a/gui/inventorygui.py	Sun Oct 09 20:54:03 2011 +0200
+++ b/gui/inventorygui.py	Sun Oct 09 21:02:48 2011 +0200
@@ -21,7 +21,7 @@
 
 from parpg.gui import drag_drop_data as data_drag
 from parpg.gui.containergui_base import ContainerGUIBase
-from parpg.objects.action import ACTIONS
+from parpg.entities.action import ACTIONS
 from parpg.components import equip, equipable, container
 from parpg.entities import General