Ignore:
File:
1 edited

Legend:

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

    ra1b8fee r45dffa69  
    22    This module allows more interaction with the plot 
    33""" 
    4 from __future__ import print_function 
    5  
    64from BaseInteractor import _BaseInteractor 
    7  
    85 
    96class PointInteractor(_BaseInteractor): 
     
    159156 
    160157    def clear(self): 
    161         print("plottable_interactor.clear()") 
     158        print "plottable_interactor.clear()" 
    162159 
    163160    def _on_click(self, evt): 
Note: See TracChangeset for help on using the changeset viewer.