Mercurial > repos > greg > icqsol_compose_shapes
changeset 11:c2ab4a89b06d draft
Uploaded
author | greg |
---|---|
date | Mon, 11 Jan 2016 09:34:50 -0500 |
parents | 1cc95decb3b7 |
children | 0c02880e972f |
files | icqsol_compose_shapes.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/icqsol_compose_shapes.py Mon Jan 11 09:34:43 2016 -0500 +++ b/icqsol_compose_shapes.py Mon Jan 11 09:34:50 2016 -0500 @@ -3,7 +3,6 @@ import shutil import icqsol_utils -from icqsol.shapes.icqShapeManager import ShapeManager # Parse Command Line. parser = argparse.ArgumentParser() @@ -16,7 +15,7 @@ tmp_dir = icqsol_utils.get_temp_dir() shape_tuples = [] -shape_mgr = ShapeManager() +shape_mgr = icqsol_utils.get_shape_manager() # Load the shapes. for (expression_var, dataset_path, galaxy_ext, vtk_dataset_type) in args.shape_datasets: