Changes in src/sas/qtgui/Perspectives/Fitting/GPUOptions.py [e90988c:c7ebb37] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/GPUOptions.py
re90988c rc7ebb37 8 8 9 9 import sas.qtgui.Utilities.GuiUtils as GuiUtils 10 from PyQt5 import QtGui, QtCore, QtW idgets10 from PyQt5 import QtGui, QtCore, QtWebKit, QtWidgets 11 11 from sas.qtgui.Perspectives.Fitting.UI.GPUOptionsUI import Ui_GPUOptions 12 12 from sas.qtgui.Perspectives.Fitting.UI.GPUTestResultsUI import Ui_GPUTestResults … … 172 172 help_location += "/user/sasgui/perspectives/fitting/gpu_setup.html" 173 173 help_location += "#device-selection" 174 # Display the page in default browser174 # Test the system browser solution 175 175 webbrowser.open('file://' + os.path.realpath(help_location)) 176 176
Note: See TracChangeset
for help on using the changeset viewer.