cleanup for python scripts - unused vars and imports

This commit is contained in:
2011-07-10 12:51:37 +00:00
parent 7370ba1839
commit b62a956cc8
11 changed files with 9 additions and 20 deletions

View File

@@ -22,7 +22,6 @@ __all__ = (
"region_2d_to_vector_3d",
"region_2d_to_location_3d",
"location_3d_to_region_2d",
"location_3d_to_region_2d",
)