SVN: PluggableAuthService/trunk/__init__.py Register our profile as pertinent only to IPluggableAuthService.

Tres Seaver <[email protected]> Mon, 21 Nov 2005 13:28:54 -0500 (EST)
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
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,
+                                        )

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS