SVN: ZODB/trunk/src/ZODB/tests/testblob.py removed trailing whitespace.

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20100518152208.0DEB5941B7__33920.6240758815$1274196135$gmane$org@cvs.zope.org>
Log message for revision 112459:
  removed trailing whitespace.
  

Changed:
  U   ZODB/trunk/src/ZODB/tests/testblob.py

-=-
Modified: ZODB/trunk/src/ZODB/tests/testblob.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/testblob.py	2010-05-18 15:06:37 UTC (rev 112458)
+++ ZODB/trunk/src/ZODB/tests/testblob.py	2010-05-18 15:22:07 UTC (rev 112459)
@@ -145,7 +145,7 @@
         # the blob footprint object should exist no longer
         self.assertRaises(KeyError, root.__getitem__, 'blob')
         database.close()
-        
+
     def testUndo(self):
         database = DB(self._storage)
         connection = database.open()
@@ -178,7 +178,7 @@
         blob.consumeFile('consume1')
         root['blob'] = blob
         transaction.commit()
-        
+
         transaction.begin()
         blob = root['blob']
         open('consume2', 'w').write('this is state 2')
@@ -279,8 +279,8 @@
         transaction.commit()
         self._dst.copyTransactionsFrom(self._storage)
         self.compare(self._storage, self._dst)
-    
 
+
 def gc_blob_removes_uncommitted_data():
     """
     >>> blob = Blob()
@@ -335,7 +335,7 @@
 
     >>> transaction.commit() # doctest: +ELLIPSIS
     Copied blob file ...
-    
+
     >>> root['blob2'].open().read()
     'test2'
 
@@ -625,7 +625,7 @@
             return factory(name, blob_dir)
 
         test.globs['create_storage'] = create_storage
-    
+
     suite = unittest.TestSuite()
     suite.addTest(doctest.DocFileSuite(
         "blob_connection.txt", "blob_importexport.txt",
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.