diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-04-06 09:05:45 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-04-06 09:05:45 -0600 |
commit | 37d6468d953703f9918b7d1ff01db10ece4a545c (patch) | |
tree | f9ee29b4463ae559626f972ed383f33e7878671d | |
parent | 8d48c8f201be60748b83cf62a233c46033dcba47 (diff) | |
download | numpy-37d6468d953703f9918b7d1ff01db10ece4a545c.tar.gz |
MAINT: Append comma to last item tools/py3tool.py skipped fixers.
Makes it easier to put in the next fixer.
-rwxr-xr-x | tools/py3tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py index 431ceeb61..07c01c42b 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -79,7 +79,7 @@ FIXES_TO_SKIP = [ 'xrange', 'import', 'imports', - 'imports2' + 'imports2', ] skip_fixes= [] |