| 1 | initial version |
A python script can be executed by another python script with execfile. Use a main script to execute the two scripts. For example:
execfile('file1.py')
execfile('file2.py')
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.