[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py
Converted XXX to TODO.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:07 EDT 2004
Log message for revision 26301:
Converted XXX to TODO.
-=-
Modified: Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py 2004-07-09 15:45:04 UTC (rev 26300)
+++ Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py 2004-07-09 15:45:07 UTC (rev 26301)
@@ -140,7 +140,7 @@
self.context = context
def canImport(self, data):
- # XXX Implementation needs more work !!
+ # TODO: Implementation needs more work !!
# check if xml-data can be imported and represents a StatefulPD
checker = XMLFormatChecker()
parseString(data, checker)
More information about the Zope3-Checkins
mailing list