mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
f21d0b35c3
git-svn-id: http://svn.pyinstaller.org/trunk@567 8dd32b29-ccff-0310-8a9a-9233e24343b1
6 lines
112 B
Python
6 lines
112 B
Python
import subprocess
|
|
import datetime
|
|
|
|
if __name__ == "__main__":
|
|
subprocess.check_call(["test-nestedlaunch0"])
|