Commit ad9b6c9d authored by Jeremy Hylton's avatar Jeremy Hylton

Get rid of unused atoi and default arg hack all at once.

parent 0ba2ac2e
...@@ -102,7 +102,6 @@ class ExportImport: ...@@ -102,7 +102,6 @@ class ExportImport:
def persistent_load(ooid, def persistent_load(ooid,
Ghost=Ghost, Ghost=Ghost,
atoi=string.atoi,
oids=oids, wrote_oid=oids.has_key, oids=oids, wrote_oid=oids.has_key,
new_oid=storage.new_oid): new_oid=storage.new_oid):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment