diff src/parpg/gui/hud.py @ 178:487fba82abff

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 d1f9652d0651
children
line wrap: on
line diff
--- a/src/parpg/gui/hud.py	Sun Oct 09 20:54:03 2011 +0200
+++ b/src/parpg/gui/hud.py	Sun Oct 09 21:02:48 2011 +0200
@@ -28,7 +28,7 @@
 from parpg.gui import drag_drop_data as data_drag
 from parpg.gui.inventorygui import CharacterGUI
 from actionsbox import ActionsBox
-from parpg.objects.action import DropItemAction
+from parpg.entities.action import DropItemAction
 from parpg.components import container
 
 logger = logging.getLogger('hud')