Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/invariant/invariant.py

    r463e7ffc rc10d9d6c  
    2727from sas.sasgui.guiframe.plugin_base import PluginBase 
    2828 
    29 logger = logging.getLogger(__name__) 
    30  
    3129class Plugin(PluginBase): 
    3230    """ 
     
    4846 
    4947        # Log startup 
    50         logger.info("Invariant plug-in started") 
     48        logging.info("Invariant plug-in started") 
    5149 
    5250    def get_data(self): 
     
    282280 
    283281        except: 
    284             logger.error("invariant.set_state: %s" % sys.exc_value) 
     282            logging.error("invariant.set_state: %s" % sys.exc_value) 
    285283 
    286284    def on_set_state_helper(self, event=None): 
Note: See TracChangeset for help on using the changeset viewer.