[Zope-CVS] SVN: PluggableAuthService/trunk/__init__.py Register our
profile as pertinent only to IPluggableAuthService.
Tres Seaver
tseaver at palladion.com
Mon Nov 21 13:28:54 EST 2005
Log message for revision 40303:
Register our profile as pertinent only to IPluggableAuthService.
Changed:
U PluggableAuthService/trunk/__init__.py
-=-
Modified: PluggableAuthService/trunk/__init__.py
===================================================================
--- PluggableAuthService/trunk/__init__.py 2005-11-21 18:12:07 UTC (rev 40302)
+++ PluggableAuthService/trunk/__init__.py 2005-11-21 18:28:54 UTC (rev 40303)
@@ -263,4 +263,6 @@
'Content for a simple PAS.',
'profiles/simple',
'PluggableAuthService',
- BASE)
+ BASE,
+ IPluggableAuthService,
+ )
More information about the Zope-CVS
mailing list