Advertisement
here2share

# execfile4variables.py

Aug 15th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. # execfile4variables.py -- ZZZ posted as a reference for now
  2.  
  3. import sys
  4. sys.argv = ['arg1', 'arg2']
  5. execfile('abc.py')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement