source:
main/waeup.kofa/trunk/src/waeup/kofa/schema/__init__.py
@
17946
Last change on this file since 17946 was 11480, checked in by , 11 years ago | |
---|---|
|
|
File size: 231 bytes |
Line | |
---|---|
1 | from waeup.kofa.schema.field import * |
2 | |
3 | #__all__ = tuple(name for name in globals() if not name.startswith('_')) |
4 | |
5 | __all__ = ('CustomizableErrorMsg', |
6 | 'TextLineChoice', |
7 | 'FormattedDate', |
8 | 'PhoneNumber') |
Note: See TracBrowser for help on using the repository browser.