Changeset 7811 for main/waeup.kofa/trunk/src/waeup/kofa/schema
- Timestamp:
- 8 Mar 2012, 19:00:51 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/schema
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/schema/__init__.py
r7137 r7811 1 from waeup. sirp.schema.field import *1 from waeup.kofa.schema.field import * 2 2 3 3 __all__ = tuple(name for name in globals() if not name.startswith('_')) -
main/waeup.kofa/trunk/src/waeup/kofa/schema/tests/test_textlinechoice.py
r7196 r7811 25 25 IVocabulary, ISource, IContextSourceBinder,) 26 26 from zope.schema.tests.test_strfield import TextLineTest 27 from waeup. sirp.schema import TextLineChoice27 from waeup.kofa.schema import TextLineChoice 28 28 29 29 # Define some helper functions, classes, vars for tests
Note: See TracChangeset for help on using the changeset viewer.