Mercurial > traipse_dev
diff orpg/gametree/nodehandlers/minilib.py @ 71:449a8900f9ac ornery-dev
Code refining almost completed, for this round. Some included files are still in need of some clean up, but this is test worthy.
author | sirebral |
---|---|
date | Thu, 20 Aug 2009 03:00:39 -0500 |
parents | c54768cffbd4 |
children | f38df4bf9715 |
line wrap: on
line diff
--- a/orpg/gametree/nodehandlers/minilib.py Tue Aug 18 20:48:36 2009 -0500 +++ b/orpg/gametree/nodehandlers/minilib.py Thu Aug 20 03:00:39 2009 -0500 @@ -35,7 +35,7 @@ from orpg.dirpath import dir_struct import string import map_miniature_nodehandler -import orpg.mapper.map_msg +import orpg.mapper.map_msg # import scriptkit # Constants @@ -218,7 +218,7 @@ label = mini.getAttribute( ATTRIBUTE_NAME ) else: label = '' - return msg.get_all_xml() + return msg().get_all_xml() def is_unique( self, mini ): unique = mini.getAttribute( ATTRIBUTE_UNIQUE )