Changeset 8335 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 3 May 2012, 20:53:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/converters.py
r8334 r8335 302 302 obj = context 303 303 if isinstance(context, basestring): 304 # If we log initialization transitions this 305 # will create another (misleading) log entry 304 # If we log initialization transitions in the __init__ 305 # method of objects, a second (misleading) log entry 306 # will be created here. 306 307 obj = createObject(context) 307 308
Note: See TracChangeset for help on using the changeset viewer.