Split Python into Python2 and Python3

Python 2 is quite a bit faster at startup than Python 3, so add that test
case.
This commit is contained in:
Peter J. Holzer 2017-09-02 11:13:25 +02:00
parent f4ffdda200
commit bc510d119f
2 changed files with 2 additions and 0 deletions

2
Python2/hello Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/python2
print("Hello, world!")