Author: dmeyer
Date: Tue Mar 20 16:34:52 2007
New Revision: 9365

Modified:
   trunk/core/src/xmlconfig.py

Log:
import everything from config

Modified: trunk/core/src/xmlconfig.py
==============================================================================
--- trunk/core/src/xmlconfig.py (original)
+++ trunk/core/src/xmlconfig.py Tue Mar 20 16:34:52 2007
@@ -126,7 +126,7 @@
     out.write('# -*- coding: iso-8859-1 -*-\n')
     out.write('# -*- hash: %s\n' % hashkey)
     out.write('# auto generated file\n\n')
-    out.write('from kaa.config import Var, Group, Dict, List, Config\n\n')
+    out.write('from kaa.config import *\n\n')
     out.write('config = ')
     kaa.distribution.xmlconfig.Parser().parse(doc.firstChild, out)
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to