Changeset 592cd678 in sasview for corfuncview/src/sans/perspectives
- Timestamp:
- Apr 5, 2013 5:20:19 PM (12 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 431c9e0
- Parents:
- a9fec15
- Location:
- corfuncview/src/sans/perspectives/corfunc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
corfuncview/src/sans/perspectives/corfunc/__init__.py
r846f890 r592cd678 1 PLUGIN_ID = "Corfunc plug-in 1.0" 2 from corfunc import * -
corfuncview/src/sans/perspectives/corfunc/corfunc.py
r846f890 r592cd678 44 44 from sans.guiframe.events import StatusEvent 45 45 from sans.guiframe.gui_style import GUIFRAME_ID 46 from .invariant_state import Reader as reader47 46 from sans.dataloader.loader import Loader 48 from .invariant_panel import InvariantPanel49 47 from sans.guiframe.plugin_base import PluginBase 50 48
Note: See TracChangeset
for help on using the changeset viewer.