Author: dmeyer
Date: Sun Feb 4 20:01:25 2007
New Revision: 2455
Modified:
trunk/base/src/config.py
Log:
make it possible to interate over the config
Modified: trunk/base/src/config.py
==============================================================================
--- trunk/base/src/config.py (original)
+++ trunk/base/src/config.py Sun Feb 4 20:01:25 2007
@@ -377,6 +377,10 @@
return repr(self._dict)
+ def __iter__(self):
+ return self._dict.__iter__()
+
+
class Dict(Base):
"""
A config dict.
-------------------------------------------------------------------------
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