STOMP: run Python tests on Python 3
This commit is contained in:
parent
132dee6516
commit
0801b61e8f
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import test_runner
|
import test_runner
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
## This Source Code Form is subject to the terms of the Mozilla Public
|
## This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
## This Source Code Form is subject to the terms of the Mozilla Public
|
## This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
## This Source Code Form is subject to the terms of the Mozilla Public
|
## This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue