Changeset 125c4be in sasview for src/sas/qtgui/Utilities
- Timestamp:
- Jun 9, 2017 2:35:37 AM (8 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:
- 2d0e0c1
- Parents:
- 8eaa101
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/CategoryInstaller.py
rdc5ef15 r125c4be 35 35 return sas.sascalc.dataloader.readers.get_data_path() 36 36 37 #@staticmethod38 #def _get_models_py_dir():39 #"""40 #returns the dir where models.py should be41 #"""42 #import sas.sasgui.perspectives.fitting.models43 #return sas.sasgui.perspectives.fitting.models.get_model_python_path()37 @staticmethod 38 def _get_models_py_dir(): 39 """ 40 returns the dir where models.py should be 41 """ 42 import sas.sasgui.perspectives.fitting.models 43 return sas.sasgui.perspectives.fitting.models.get_model_python_path() 44 44 45 45 @staticmethod
Note: See TracChangeset
for help on using the changeset viewer.