[Zodb-checkins] CVS: ZODB3/ZODB - ExportImport.py:1.17

Jeremy Hylton jeremy at zope.com
Thu Oct 2 19:58:02 EDT 2003


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv9315/ZODB

Modified Files:
	ExportImport.py 
Log Message:
Get rid of unused atoi and default arg hack all at once.


=== ZODB3/ZODB/ExportImport.py 1.16 => 1.17 ===
--- ZODB3/ZODB/ExportImport.py:1.16	Fri Jan 17 12:23:14 2003
+++ ZODB3/ZODB/ExportImport.py	Thu Oct  2 19:58:01 2003
@@ -102,7 +102,6 @@
 
         def persistent_load(ooid,
                             Ghost=Ghost,
-                            atoi=string.atoi,
                             oids=oids, wrote_oid=oids.has_key,
                             new_oid=storage.new_oid):
 




More information about the Zodb-checkins mailing list