Changeset 8334 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 3 May 2012, 20:43:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/converters.py
r8217 r8334 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 306 obj = createObject(context) 305 307
Note: See TracChangeset for help on using the changeset viewer.