Ignore:
File:
1 edited

Legend:

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

    ra1b8fee r463e7ffc  
    22Extension to MPL to support the binding of artists to key/mouse events. 
    33""" 
    4 from __future__ import print_function 
    5  
    64import sys 
    75import logging 
     
    6563            ] 
    6664        except: 
    67             print("bypassing scroll_event: wrong matplotlib version") 
     65            print "bypassing scroll_event: wrong matplotlib version" 
    6866            self._connections = [ 
    6967                canvas.mpl_connect('motion_notify_event', self._onMotion), 
Note: See TracChangeset for help on using the changeset viewer.