[Zope3-checkins] CVS: Zope3/src/zope/app/pluggableauth - configure.zcml:1.4

Jim Fulton jim at zope.com
Fri Apr 30 12:45:59 EDT 2004


Update of /cvs-repository/Zope3/src/zope/app/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv28075/src/zope/app/pluggableauth

Modified Files:
	configure.zcml 
Log Message:
Removed some module aliases for pickle backward compatibility.


=== Zope3/src/zope/app/pluggableauth/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/pluggableauth/configure.zcml:1.3	Mon Mar 22 19:23:08 2004
+++ Zope3/src/zope/app/pluggableauth/configure.zcml	Fri Apr 30 12:45:28 2004
@@ -2,20 +2,6 @@
     xmlns="http://namespaces.zope.org/zope"
     xmlns:browser="http://namespaces.zope.org/browser">
 
-  <!-- For backward compatibility -->
-
-  <modulealias
-      module="zope.app.pluggableauth"
-      alias="zope.app.services.pluggableauth"
-      />
-
-  <modulealias
-      module=".interfaces"
-      alias="zope.app.interfaces.services.pluggableauth"
-      />
-
-  
-
   <content class=".PluggableAuthenticationService">
     <factory
         id="zope.app.services.PluggableAuthenticationService"




More information about the Zope3-Checkins mailing list