Changeset ae42c85 in sasview
- Timestamp:
-
Oct 31, 2017 9:55:04 AM
(7 years ago)
- Author:
- Stuart Prescott <stuart@…>
- 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:
- b6b81a3
- Parents:
- 3ca67dcf
- Message:
-
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 | }, |