Closed jcfr closed 5 years ago
This commit was crafted following these steps:
Slicer_DIR=/path/to/Slicer-SuperBuild/Slicer-build ${Slicer_DIR}/../python-install/bin/PythonSlicer -m pip install future
for f in `find ./ -name "*.py"`; do \ ${Slicer_DIR}/../python-install/bin/PythonSlicer \ --launch futurize -f libfuturize.fixes.fix_print_with_import --nobackups --write $f; \ done
This commit was crafted following these steps: