diff orpg/orpg_xml.py @ 228:24769389a7ba alpha

Traipse Alpha 'OpenRPG' {100612-01} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc's main goal is to offer more advanced features and enhance the productivity of the user. Update Summary (Preparing to close updates) New Features: New to Map, can re-order Grid, Miniatures, and Whiteboard layer draw order Fixes: Fix to InterParse that was causing an Infernal Loop with Namespace Internal Fix to XML data, removed old Minidom and switched to Element Tree Fix to Server that was causing eternal attempt to find a Server ID, in Register Rooms thread Fix to metaservers.xml file not being created
author sirebral
date Sat, 12 Jun 2010 04:38:29 -0500
parents b633f4c64aae
children
line wrap: on
line diff
--- a/orpg/orpg_xml.py	Mon May 03 03:28:29 2010 -0500
+++ b/orpg/orpg_xml.py	Sat Jun 12 04:38:29 2010 -0500
@@ -31,7 +31,7 @@
 from orpg.tools.orpg_log import logger, debug
 
 class xml:
-    debug('Developers note. Deprecated call to orpg_xml!!')
+    debug(('Developers note. Deprecated call to orpg_xml!!'), parents=True)
     def __init__(self):
         pass