Kaydet (Commit) fa0e7261 authored tarafından Guido van Rossum's avatar Guido van Rossum

Remove reference to util.

üst e2e162ec
......@@ -62,7 +62,7 @@ def writedict(dict, fp):
sys.stdout = savestdout
def readdict(dict, fp):
contents = fp.read() # Or: util.readopenfile(fp)
contents = fp.read()
globals = {}
exec(contents, globals)
top = globals['top']
......
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