Author: dmeyer
Date: Wed Feb  7 21:01:57 2007
New Revision: 9174

Modified:
   trunk/core/src/conf.py

Log:
small plugin fixes

Modified: trunk/core/src/conf.py
==============================================================================
--- trunk/core/src/conf.py      (original)
+++ trunk/core/src/conf.py      Wed Feb  7 21:01:57 2007
@@ -185,7 +185,8 @@
     def find_plugins(node, position=''):
         for child in node:
             if child.hasattr('is_plugin'):
-                out.write('"%s%s", ' % (position, child.getattr('name')))
+                name = "%s%s" % (position, child.getattr('name'))
+                out.write('\'%s\', ' % name.strip('. ,'))
             if child.name == 'group':
                 find_plugins(child, position + child.getattr('name') + '.')
 

-------------------------------------------------------------------------
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