Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/plottools/binder.py

    r463e7ffc rd7bb526  
    44import sys 
    55import logging 
    6  
    7 logger = logging.getLogger(__name__) 
    86 
    97class Selection(object): 
     
    123121            for cid in self._connections: self.canvas.mpl_disconnect(cid) 
    124122        except: 
    125             logger.error("Error disconnection canvas: %s" % sys.exc_value) 
     123            logging.error("Error disconnection canvas: %s" % sys.exc_value) 
    126124        self._connections = [] 
    127125 
Note: See TracChangeset for help on using the changeset viewer.