Unused import clean up in the test_suite/shared_data/curve_fitting/numeric_topology directory.
All the scripts in this directory have been cleaned up to remove unused imports. In one case,
commented out code was replaced with an 'if 0:' statement to silence the unused import warnings from
the devel_scripts/find_unused_imports.py script.