source:
main/waeup.kofa/branches/0.2/src/waeup/kofa/schema/__init__.py
@
17931
Last change on this file since 17931 was 7811, checked in by , 13 years ago | |
---|---|
|
|
File size: 111 bytes |
Line | |
---|---|
1 | from waeup.kofa.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.