diff src/parpg/gamescenecontroller.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 65f8b83493d8
children a22e92090018
line wrap: on
line diff
--- a/src/parpg/gamescenecontroller.py	Sun Oct 09 20:54:03 2011 +0200
+++ b/src/parpg/gamescenecontroller.py	Sun Oct 09 21:02:48 2011 +0200
@@ -28,7 +28,7 @@
 from controllerbase import ControllerBase
 from parpg.gui.hud import Hud
 from parpg.gui import drag_drop_data as data_drag
-from objects.action import (ChangeMapAction, ExamineAction, TalkAction,
+from entities.action import (ChangeMapAction, ExamineAction, TalkAction,
                             OpenAction, CloseAction, UnlockAction, LockAction, 
                             PickUpAction, DropItemAction, 
                             ExamineContentsAction,