[ZODB-Dev] Very small patch to ZODB4

Dmitry Vasiliev dima@hlabs.spb.ru
Wed, 04 Dec 2002 12:31:14 +0300


This is a multi-part message in MIME format.
--------------050905010408070700080104
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

A tab has been replaced with spaces.

BTW: Is it right place for patches?
-- 
Dmitry Vasiliev (dima at hlabs.spb.ru)

--------------050905010408070700080104
Content-Type: text/plain;
 name="ZODB4.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="ZODB4.diff"

Index: ZODB/BaseStorage.py
===================================================================
RCS file: /cvs-repository/ZODB4/ZODB/BaseStorage.py,v
retrieving revision 1.23
diff -u -r1.23 BaseStorage.py
--- ZODB/BaseStorage.py	26 Nov 2002 17:41:21 -0000	1.23
+++ ZODB/BaseStorage.py	4 Dec 2002 09:16:01 -0000
@@ -255,7 +255,7 @@
         Dictionary values should be None; this will be a handy place
         for extra marshalling information, should we need it
         """
-	return {}
+        return {}
 
     def copyTransactionsFrom(self, other, verbose=0):
         """Copy transactions from another storage.

--------------050905010408070700080104--