mirror of https://github.com/python/cpython
Remove reference to util.
This commit is contained in:
parent
e2e162ec42
commit
fa0e726154
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue