Commit d7932903 authored by Kevin Modzelewski's avatar Kevin Modzelewski

execfile() test (expected: fail for now)

parent 0ba7e94f
print "execfile_target"
import execfile_target
# expected: fail
# execfile() not implemented yet
execfile("execfile_target.py")
print "done with first execfile"
execfile("execfile_target.py")
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