source: main/waeup.sirp/trunk/src/waeup/sirp/schema/__init__.py @ 7600

Last change on this file since 7600 was 7137, checked in by Henrik Bettermann, 13 years ago

Set value Id for property svn:keywords in all Python files.

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