Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GuiUtils.py

    r20f4857 r6d87082  
    2929from sas.qtgui.Utilities import CustomDir 
    3030 
    31 ## TODO: CHANGE FOR SHIPPED PATH IN RELEASE 
    3231if os.path.splitext(sys.argv[0])[1].lower() != ".py": 
    3332        HELP_DIRECTORY_LOCATION = "doc" 
     
    271270    # Fitting parameter copy to clipboard 
    272271    copyFitParamsSignal = QtCore.pyqtSignal(str) 
    273  
    274     # Fitting parameter copy to clipboard for Excel 
    275     copyExcelFitParamsSignal = QtCore.pyqtSignal(str) 
    276  
    277     # Fitting parameter copy to clipboard for Latex 
    278     copyLatexFitParamsSignal = QtCore.pyqtSignal(str) 
    279272 
    280273    # Fitting parameter paste from clipboard 
Note: See TracChangeset for help on using the changeset viewer.