changeset 142:a5ea5b8f63d4

Changed CharacterCreationController to work with grease entities now.
author KarstenBock@gmx.net
date Sat, 01 Oct 2011 14:38:56 +0200
parents 997cc6d182d5
children 7b21d460fc31
files src/parpg/gui/inventorygui.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/parpg/gui/inventorygui.py	Sat Oct 01 14:09:20 2011 +0200
+++ b/src/parpg/gui/inventorygui.py	Sat Oct 01 14:38:56 2011 +0200
@@ -18,7 +18,7 @@
 from fife.extensions.pychan.attrs import UnicodeAttr
 
 from parpg.gui import drag_drop_data as data_drag
-from parpg.objects.base import Container
+#from parpg.objects.base import Container
 from parpg.gui.containergui_base import ContainerGUIBase
 from parpg.objects.action import ACTIONS