[Zope3-checkins] CVS: Zope3/src/zope/security - _proxy.c:1.2.4.1 interfaces.py:1.3.2.1

Sidnei da Silva sidnei@x3ng.com.br
Tue, 11 Feb 2003 09:42:09 -0500


Update of /cvs-repository/Zope3/src/zope/security
In directory cvs.zope.org:/tmp/cvs-serv18615/src/zope/security

Modified Files:
      Tag: paris-copypasterename-branch
	_proxy.c interfaces.py 
Log Message:
Updating from HEAD to make sure everything still works before merging

=== Zope3/src/zope/security/_proxy.c 1.2 => 1.2.4.1 ===
--- Zope3/src/zope/security/_proxy.c:1.2	Wed Dec 25 09:15:21 2002
+++ Zope3/src/zope/security/_proxy.c	Tue Feb 11 09:41:37 2003
@@ -810,7 +810,7 @@
 SecurityProxyType = {
 	PyObject_HEAD_INIT(NULL)
 	0,
-	"Zope.Security._Proxy._Proxy",
+	"zope.security._proxy._Proxy",
 	sizeof(SecurityProxy),
 	0,
 	proxy_dealloc,				/* tp_dealloc */


=== Zope3/src/zope/security/interfaces.py 1.3 => 1.3.2.1 ===
--- Zope3/src/zope/security/interfaces.py:1.3	Tue Dec 31 13:39:49 2002
+++ Zope3/src/zope/security/interfaces.py	Tue Feb 11 09:41:37 2003
@@ -24,7 +24,7 @@
     Infrastructure (including tests, etc.) calls these things to
     tweak the security manager.
     """
-    
+
     def newSecurityManager(user):
         """Install a new SecurityManager, using user.