Changeset eabdddf in sasview
- Timestamp:
-
Oct 31, 2017 11:36:11 AM
(7 years ago)
- Author:
- GitHub <noreply@…>
- 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:
- c16ffe7, acde566
- Parents:
- 3ca67dcf (diff), ae42c85 (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@…> (10/31/17 11:36:11)
- git-committer:
- GitHub <noreply@…> (10/31/17 11:36:11)
- Message:
-
Merge pull request #118 from llimeht/tmp/entry-point
Fix entry point to point to new run_gui function
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r36ca21e
|
rae42c85
|
|
428 | 428 | entry_points={ |
429 | 429 | 'console_scripts': [ |
430 | | "sasview = sas.sasview.sasview:run", |
| 430 | "sasview = sas.sasview.sasview:run_gui", |
431 | 431 | ] |
432 | 432 | }, |