Changeset 6620 for main/waeup.sirp/trunk/src
- Timestamp:
- 24 Aug 2011, 07:27:20 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/applicants.py
r6595 r6620 109 109 110 110 class ApplicantFactory(grok.GlobalUtility): 111 """A factory for faculty containers.111 """A factory for applicants. 112 112 """ 113 113 grok.implements(IFactory) -
main/waeup.sirp/trunk/src/waeup/sirp/tests/test_waeup.py
r6340 r6620 17 17 ]) 18 18 19 # Register all tests in the waeup _ngpackage19 # Register all tests in the waeup.sirp package 20 20 test_suite = grok.testing.register_all_tests( 21 21 'waeup.sirp', checker=checker, usetup=setUpZope,
Note: See TracChangeset for help on using the changeset viewer.