Fixup recent python 2to3 changes
This commit is contained in:
parent
bde40302bf
commit
b3cca589ca
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ PEP8_FLAGS = --ignore=E30,E402,E501,E731,W291,W391
|
|||
#*_runme.py for Python 2.x, *_runme3.py for Python 3.x
|
||||
PY2SCRIPTSUFFIX = _runme.py
|
||||
PY3SCRIPTSUFFIX = _runme3.py
|
||||
PY2TO3 = @PY2TO3PROG@ -x import
|
||||
PY2TO3 = @PY2TO3@ -x import
|
||||
|
||||
ifeq (,$(PY3))
|
||||
SCRIPTSUFFIX = $(PY2SCRIPTSUFFIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue