Author: dmeyer
Date: Sat Feb 10 15:21:06 2007
New Revision: 2473

Modified:
   trunk/base/src/distribution/xmlconfig.py

Log:
handle dict type

Modified: trunk/base/src/distribution/xmlconfig.py
==============================================================================
--- trunk/base/src/distribution/xmlconfig.py    (original)
+++ trunk/base/src/distribution/xmlconfig.py    Sat Feb 10 15:21:06 2007
@@ -152,6 +152,9 @@
         if len(schema) > 1:
             deep = deep[:-2]
             fd.write(']\n' + deep)
+        type = node.getattr('type')
+        if type and node.name == 'dict':
+            fd.write(', type=%s' % type)
         defaults = {}
         for var in node:
             if var.name != 'set':

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to