Ignore:
File:
1 edited

Legend:

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

    r463e7ffc ra0c1e1d  
    2828import logging 
    2929 
    30 logger = logging.getLogger(__name__) 
    31  
    3230class Plugin(PluginBase): 
    3331    """ 
     
    3836        PluginBase.__init__(self, name="Calculator") 
    3937        # Log startup 
    40         logger.info("Calculator plug-in started") 
     38        logging.info("Calculator plug-in started") 
    4139        self.sub_menu = "Tool" 
    4240        self.data_edit_frame = None 
Note: See TracChangeset for help on using the changeset viewer.