Skip to content

Commit

Permalink
Remove next fixer in 3to3
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Apr 9, 2018
1 parent 506518f commit 5cb1acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/conda/python-statiskit_stl/bld.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo ON

if "%PY3K%" == "0" (
3to2 -n -w %SRC_DIR%\src\py\autowig
3to2 -n -w %SRC_DIR%\src\py\autowig -x next
3to2 -n -w %SRC_DIR%\test
)

Expand Down
2 changes: 1 addition & 1 deletion bin/conda/python-statiskit_stl/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -ve

if [[ "$PY3K" = "0" ]]; then
3to2 -n -w $SRC_DIR/src/py/statiskit
3to2 -n -w $SRC_DIR/src/py/statiskit -x next
3to2 -n -w $SRC_DIR/test
fi

Expand Down

0 comments on commit 5cb1acc

Please sign in to comment.