Changeset 1433 in products
- Timestamp:
- Dec 6, 2009 5:16:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.transmogrifier/branches/plone-2.1/quintagroup.transmogrifier/quintagroup/transmogrifier/propertymanager.py
r1432 r1433 199 199 if node.hasChildNodes(): 200 200 doc.appendChild(node) 201 try: 202 data = doc.toprettyxml(indent=' ', encoding='utf-8') 203 except Exception, e: 204 import pdb;pdb.set_trace() 201 data = doc.toprettyxml(indent=' ', encoding='utf-8') 205 202 doc.unlink() 206 203
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/common/qtrac_logo.png)