source:
main/waeup.sirp/branches/ulif-groktoolkit-1.4/src/waeup/sirp/schema/__init__.py
@
10009
Last change on this file since 10009 was 7137, checked in by , 13 years ago | |
---|---|
|
|
File size: 111 bytes |
Line | |
---|---|
1 | from waeup.sirp.schema.field import * |
2 | |
3 | __all__ = tuple(name for name in globals() if not name.startswith('_')) |
Note: See TracBrowser for help on using the repository browser.