source: main/waeup.ikoba/trunk/src/waeup/ikoba/schema/__init__.py @ 12095

Last change on this file since 12095 was 11949, checked in by Henrik Bettermann, 10 years ago

Change of name.

  • Property svn:keywords set to Id
File size: 232 bytes
Line 
1from waeup.ikoba.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.