File tree Expand file tree Collapse file tree 5 files changed +1
-163
lines changed
Expand file tree Collapse file tree 5 files changed +1
-163
lines changed Original file line number Diff line number Diff line change 5252 sys .modules [f"jwst.datamodels.{ attr } " ] = obj
5353
5454# Add a few submodules to sys.modules without exposing them locally
55- for _submodule_name in ['schema_editor' , ' validate' ]:
55+ for _submodule_name in ['validate' ]:
5656 _submodule = importlib .import_module (f"stdatamodels.jwst.datamodels.{ _submodule_name } " )
5757 sys .modules [f"jwst.datamodels.{ _submodule_name } " ] = _submodule
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 'create_data' ,
1212 'okify_regtests' ,
1313 'pointing_summary' ,
14- 'schema_editor' ,
1514 'schemadoc' ,
1615 'set_telescope_pointing' ,
1716 'set_telescope_pointing.py' ,
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ csvconvert = "jwst.csv_tools.csvconvert:CSVConvertScript"
7777exp_to_source = " jwst.exp_to_source.main:Main"
7878okify_regtests = " jwst.scripts.okify_regtests:main"
7979pointing_summary = " jwst.scripts.pointing_summary:main"
80- schema_editor = " jwst.scripts.schema_editor:main"
8180schemadoc = " jwst.scripts.schemadoc:main"
8281set_telescope_pointing = " jwst.scripts.set_telescope_pointing:main"
8382"set_telescope_pointing.py" = " jwst.scripts.set_telescope_pointing:deprecated_name"
You can’t perform that action at this time.
0 commit comments