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:
Eric Harney 2019-09-26 10:01:30 -04:00
parent 4935f604ab
commit 6f2efb871b
1 changed files with 1 additions and 1 deletions

View File

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