Changeset 96c9cf1 in sasview for src/sas/sasgui/guiframe/local_perspectives/data_loader
- Timestamp:
- Nov 2, 2017 11:04:32 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 08b9e331, 90961b4
- Parents:
- 8e5c36d (diff), 20fa5fe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Paul Kienzle <pkienzle@…> (11/02/17 11:04:32)
- git-committer:
- GitHub <noreply@…> (11/02/17 11:04:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/local_perspectives/data_loader/data_loader.py
rb963b20 r20fa5fe 90 90 def can_load_data(self): 91 91 """ 92 if return True, then call handler to l aod data92 if return True, then call handler to load data 93 93 """ 94 94 return True
Note: See TracChangeset
for help on using the changeset viewer.