[CMF-checkins] SVN: CMF/trunk/CMFCore/exportimport/typeinfo.py - coding style

Yvo Schubbe y.2005- at wcm-solutions.de
Thu Nov 24 07:50:40 EST 2005


Log message for revision 40357:
  - coding style

Changed:
  U   CMF/trunk/CMFCore/exportimport/typeinfo.py

-=-
Modified: CMF/trunk/CMFCore/exportimport/typeinfo.py
===================================================================
--- CMF/trunk/CMFCore/exportimport/typeinfo.py	2005-11-24 11:57:54 UTC (rev 40356)
+++ CMF/trunk/CMFCore/exportimport/typeinfo.py	2005-11-24 12:50:40 UTC (rev 40357)
@@ -56,7 +56,7 @@
         node.appendChild(self._extractAliases())
         node.appendChild(self._extractActions())
 
-        self._logger.info('\'%s\' type info exported.' % self.context.getId())
+        self._logger.info('%r type info exported.' % self.context.getId())
         return node
 
     def importNode(self, node, mode=PURGE):
@@ -72,7 +72,7 @@
         self._initAliases(node, mode)
         self._initActions(node, mode)
 
-        self._logger.info('\'%s\' type info imported.' % self.context.getId())
+        self._logger.info('%r type info imported.' % self.context.getId())
 
     def _extractAliases(self):
         fragment = self._doc.createDocumentFragment()



More information about the CMF-checkins mailing list