setup.py: exit after it has called itself.

This commit is contained in:
Valentin Lorentz 2013-01-30 20:38:31 +01:00
parent 4f5e7f31f0
commit fecb010dac
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ elif sys.version_info[0] >= 3 and \
subprocess.Popen([sys.executable, os.path.join('2to3', 'run.py')]).wait()
os.chdir('py3k')
subprocess.Popen([sys.executable] + sys.argv).wait()
exit()
import textwrap