Changeset fa81e94 in sasview for src/sas/sasgui/plottools/plottable_interactor.py
- Timestamp:
- Nov 15, 2017 4:33:09 AM (7 years ago)
- Branches:
- 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
- Children:
- d4881f6a
- Parents:
- 7c487846
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/plottools/plottable_interactor.py
- Property mode changed from 100644 to 100755
ra1b8fee rfa81e94 2 2 This module allows more interaction with the plot 3 3 """ 4 from __future__ import print_function 5 6 from BaseInteractor import _BaseInteractor4 5 6 from .BaseInteractor import _BaseInteractor 7 7 8 8
Note: See TracChangeset
for help on using the changeset viewer.