Port check_exec.py to Python 3
This allows "tox -e pep8" to succeed on CentOS 8. This is only called from the pep8 env which already specifies a basepython of python3, so it should be ok. Change-Id: Id11e137bc8e1fb50e551639c2be067647c5bc9d4
This commit is contained in:
parent
4935f604ab
commit
6f2efb871b
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
Loading…
Reference in New Issue
Block a user