[Zope3-checkins] CVS: Zope3/src/zope/app/security - __init__.py:1.3
Tim Peters
tim.one@comcast.net
Wed, 25 Dec 2002 14:28:52 -0500
Update of /cvs-repository/Zope3/src/zope/app/security
In directory cvs.zope.org:/tmp/cvs-serv1656/src/zope/app/security
Modified Files:
__init__.py
Log Message:
Whitespace normalization, via doing
path_to_python_root/Tools/scripts/reindent -v -r .
from the Zope3 root. Doing this regularly will get rid of DOS line
endings, get rid of hard-coded tab characters, get rid of 2-space and
17-space (etc) indents (it normalizes them to 4-space), ensure every
.py file has a (exactly one) ending newline, and get rid of trailing
whitespace on lines. Done regularly, it's not disruptive (I do the
same for Python's Lib directory a few times per month).
=== Zope3/src/zope/app/security/__init__.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/security/__init__.py:1.2 Wed Dec 25 09:13:15 2002
+++ Zope3/src/zope/app/security/__init__.py Wed Dec 25 14:28:51 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2002 Zope Corporation and Contributors.
# All Rights Reserved.
-#
+#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
-#
+#
##############################################################################
# Register some standard types