source: main/waeup.kofa/backup-trunk/src/waeup/kofa/schema/__init__.py @ 9213

Last change on this file since 9213 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to kofa.

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