Ignore:
Timestamp:
Mar 21, 2018 6:24:36 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
8ac3551
Parents:
3b3b40b
Message:

Code cleanup and minor fixes

File:
1 edited

Legend:

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

    r3b3b40b r8b480d27  
    1 # global 
    2 import sys 
    3 import os 
    4 import logging  
    5  
    61from PyQt5 import QtCore 
    72from PyQt5 import QtGui 
     
    6964        txt_validator = QtGui.QRegExpValidator(rx) 
    7065        self.txtName.setValidator(txt_validator) 
    71         self.highlight = PythonHighlighter(self.txtFunction.document())         
     66        self.highlight = PythonHighlighter(self.txtFunction.document()) 
    7267 
    7368    def initializeModel(self): 
Note: See TracChangeset for help on using the changeset viewer.