Author: tack
Date: Sat Jun 23 20:51:50 2007
New Revision: 2720
Modified:
trunk/base/src/config.py
Log:
Fix delimit character for lists/dict
Modified: trunk/base/src/config.py
==============================================================================
--- trunk/base/src/config.py (original)
+++ trunk/base/src/config.py Sat Jun 23 20:51:50 2007
@@ -505,7 +505,7 @@
"""
ret = []
sections = [ x.capitalize() for x in prefix.rstrip('.').split('.') +
[self._name] ]
- breadcrumb = ' | '.join(filter(len, sections))
+ breadcrumb = ' > '.join(filter(len, sections))
ret.append('#\n# Begin %s: %s\n#' % (self.__class__.__name__,
breadcrumb))
prefix = prefix + self._name
if (type(self._schema) == Var and print_desc) or not self.keys():
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog