Author: dmeyer Date: Mon Oct 24 19:14:35 2005 New Revision: 7753 Modified: trunk/core/src/conf.py
Log: add ENCODING Modified: trunk/core/src/conf.py ============================================================================== --- trunk/core/src/conf.py (original) +++ trunk/core/src/conf.py Mon Oct 24 19:14:35 2005 @@ -56,7 +56,8 @@ # That's it, you shouldn't need to make changes after this point -__all__ = [ 'Config', 'Unicode', 'String', 'cachefile', 'datafile', 'SHAREDIR', 'DATADIR' ] +__all__ = [ 'Config', 'Unicode', 'String', 'cachefile', 'datafile', 'SHAREDIR', + 'DATADIR', 'ENCODING' ] # Python imports import os ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
