[Zope3-checkins] CVS: Zope3/src/zope/app/security - modulezcml.py:1.2

Jeremy Hylton cvs-admin at zope.org
Tue Nov 4 22:08:52 EST 2003


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

Modified Files:
	modulezcml.py 
Log Message:
Remove code that isn't needed now that we require Python 2.3.

Cases include future statements for generators, special case
definitions of builtins like basestring and enumerate, a few uses of
types that are unnecessary.


=== Zope3/src/zope/app/security/modulezcml.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/security/modulezcml.py:1.1	Tue Sep  2 16:47:05 2003
+++ Zope3/src/zope/app/security/modulezcml.py	Tue Nov  4 22:08:17 2003
@@ -13,11 +13,8 @@
 ##############################################################################
 """ZCML directive for module security declarations
 
-
 $Id$
 """
-from __future__ import generators
-
 import zope.interface
 import zope.schema
 import zope.configuration.fields




More information about the Zope3-Checkins mailing list