Changeset 5138 for main/waeup.sirp/trunk
- Timestamp:
- 12 Apr 2010, 14:27:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/accesscodes.txt
r5132 r5138 7 7 8 8 .. :doctest: 9 .. :layer: waeup.sirp.testing.WAeUPSIRPUnitTestLayer 9 10 10 11 About access-codes … … 349 350 .. class:: AccessCodePlugin 350 351 352 A `waeup.sirp` plugin that updates existing WAeUP SIRP university 353 instances so that they provide support for access-codes. 354 351 355 .. attribute:: grok.implements(IWAeUPSIRPPluggable) 352 356 .. attribute:: grok.name('accesscodes') … … 365 369 IWAeUPSIRPPluggable interface named ``accesscodes``. 366 370 367 It is looked up by a university instance when created. 371 It is looked up by a university instance when created, so that this 372 instance has nothing to know about accesscodes at all and can 373 although provide support for them. 368 374 369 375 >>> from zope.component import getUtility
Note: See TracChangeset for help on using the changeset viewer.