mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
setup.py: exit after it has called itself.
This commit is contained in:
parent
4f5e7f31f0
commit
fecb010dac
1
setup.py
1
setup.py
@ -65,6 +65,7 @@ elif sys.version_info[0] >= 3 and \
|
|||||||
subprocess.Popen([sys.executable, os.path.join('2to3', 'run.py')]).wait()
|
subprocess.Popen([sys.executable, os.path.join('2to3', 'run.py')]).wait()
|
||||||
os.chdir('py3k')
|
os.chdir('py3k')
|
||||||
subprocess.Popen([sys.executable] + sys.argv).wait()
|
subprocess.Popen([sys.executable] + sys.argv).wait()
|
||||||
|
exit()
|
||||||
|
|
||||||
|
|
||||||
import textwrap
|
import textwrap
|
||||||
|
Loading…
Reference in New Issue
Block a user