[Zodb-checkins] CVS: Zope/lib/python/BTrees - IIBTree.py:1.6 IOBTree.py:1.6 Length.py:1.6 OIBTree.py:1.7 OOBTree.py:1.7 convert.py:1.6
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 17:32:25 -0400
Update of /cvs-repository/Zope/lib/python/BTrees
In directory cvs.zope.org:/tmp/cvs-serv13229
Modified Files:
IIBTree.py IOBTree.py Length.py OIBTree.py OOBTree.py
convert.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/BTrees/IIBTree.py 1.5 => 1.6 ===
--- Zope/lib/python/BTrees/IIBTree.py:1.5 Wed Feb 20 18:59:51 2002
+++ Zope/lib/python/BTrees/IIBTree.py Wed Aug 14 17:32:23 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2001, 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
-#
+#
##############################################################################
# hack to overcome dynamic-linking headache.
=== Zope/lib/python/BTrees/IOBTree.py 1.5 => 1.6 ===
--- Zope/lib/python/BTrees/IOBTree.py:1.5 Wed Feb 20 18:59:51 2002
+++ Zope/lib/python/BTrees/IOBTree.py Wed Aug 14 17:32:23 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2001, 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
-#
+#
##############################################################################
# hack to overcome dynamic-linking headache.
=== Zope/lib/python/BTrees/Length.py 1.5 => 1.6 ===
--- Zope/lib/python/BTrees/Length.py:1.5 Mon Feb 11 18:40:40 2002
+++ Zope/lib/python/BTrees/Length.py Wed Aug 14 17:32:23 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2001, 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
-#
+#
##############################################################################
import Persistence
=== Zope/lib/python/BTrees/OIBTree.py 1.6 => 1.7 ===
--- Zope/lib/python/BTrees/OIBTree.py:1.6 Thu Feb 21 16:41:17 2002
+++ Zope/lib/python/BTrees/OIBTree.py Wed Aug 14 17:32:23 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2001, 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
-#
+#
##############################################################################
# hack to overcome dynamic-linking headache.
=== Zope/lib/python/BTrees/OOBTree.py 1.6 => 1.7 ===
--- Zope/lib/python/BTrees/OOBTree.py:1.6 Thu Feb 21 16:41:17 2002
+++ Zope/lib/python/BTrees/OOBTree.py Wed Aug 14 17:32:23 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2001, 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
-#
+#
##############################################################################
# hack to overcome dynamic-linking headache.
=== Zope/lib/python/BTrees/convert.py 1.5 => 1.6 ===
--- Zope/lib/python/BTrees/convert.py:1.5 Mon Feb 11 18:40:40 2002
+++ Zope/lib/python/BTrees/convert.py Wed Aug 14 17:32:23 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2001, 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
-#
+#
##############################################################################
def convert(old, new, threshold=200, f=None, None=None):