remove debugging turd
This commit is contained in:
parent
d4cd1aad8e
commit
c0f091d540
|
@ -322,7 +322,6 @@ def _read_pyc(source, pyc, trace=lambda x: None):
|
|||
if not isinstance(co, types.CodeType):
|
||||
trace('_read_pyc(%s): not a code object' % source)
|
||||
return None
|
||||
open("/tmp/goop", "wb").write(b"hi")
|
||||
return co
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue