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