Changeset 11480 for main/waeup.kofa/trunk/src/waeup/kofa/schema
- Timestamp:
- 8 Mar 2014, 06:08:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/schema/__init__.py
r7811 r11480 1 1 from waeup.kofa.schema.field import * 2 2 3 __all__ = tuple(name for name in globals() if not name.startswith('_')) 3 #__all__ = tuple(name for name in globals() if not name.startswith('_')) 4 5 __all__ = ('CustomizableErrorMsg', 6 'TextLineChoice', 7 'FormattedDate', 8 'PhoneNumber')
Note: See TracChangeset for help on using the changeset viewer.