[Checkins] SVN: ZODB/branches/jim-dev/src/ZODB/BaseStorage.py
	Removed a reference to a non-existent method.
    Jim Fulton 
    jim at zope.com
       
    Sun May 14 13:55:00 EDT 2006
    
    
  
Log message for revision 68125:
  Removed a reference to a non-existent method.
  
Changed:
  U   ZODB/branches/jim-dev/src/ZODB/BaseStorage.py
-=-
Modified: ZODB/branches/jim-dev/src/ZODB/BaseStorage.py
===================================================================
--- ZODB/branches/jim-dev/src/ZODB/BaseStorage.py	2006-05-14 13:32:52 UTC (rev 68124)
+++ ZODB/branches/jim-dev/src/ZODB/BaseStorage.py	2006-05-14 17:55:00 UTC (rev 68125)
@@ -37,7 +37,6 @@
     store()
     close()
     cleanup()
-    lastSerial()
     lastTransaction()
 
     It must override these hooks:
    
    
More information about the Checkins
mailing list