STOMP: run Python tests on Python 3

This commit is contained in:
Michael Klishin 2021-03-11 22:03:29 +03:00
parent 132dee6516
commit 0801b61e8f
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import test_runner import test_runner

View File

@ -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

View File

@ -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

View File

@ -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