[CMF-checkins] SVN: CMF/branches/1.6/CMFActionIcons/exportimport.py
* use 'utf-8' encoding for importing ActionIcons tool
Rob Miller
ra at burningman.com
Tue Nov 29 01:29:12 EST 2005
Log message for revision 40400:
* use 'utf-8' encoding for importing ActionIcons tool
Changed:
U CMF/branches/1.6/CMFActionIcons/exportimport.py
-=-
Modified: CMF/branches/1.6/CMFActionIcons/exportimport.py
===================================================================
--- CMF/branches/1.6/CMFActionIcons/exportimport.py 2005-11-29 03:52:33 UTC (rev 40399)
+++ CMF/branches/1.6/CMFActionIcons/exportimport.py 2005-11-29 06:29:11 UTC (rev 40400)
@@ -56,7 +56,7 @@
ait.clearActionIcons()
# now act on the settings we've retrieved
- configurator = ActionIconsToolImportConfigurator(site)
+ configurator = ActionIconsToolImportConfigurator(site, 'utf-8')
ait_info = configurator.parseXML(body)
for action_icon in ait_info['action_icons']:
More information about the CMF-checkins
mailing list