Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/data_panel.py

    ra1b8fee r959eb01  
    1111This module provides Graphic interface for the data_manager module. 
    1212""" 
    13 from __future__ import print_function 
    14  
    1513import wx 
    1614from wx.build import build_options 
     
    516514                self.parent.save_data2d(data, default_name) 
    517515            else: 
    518                 print("unable to save this type of data") 
     516                print "unable to save this type of data" 
    519517 
    520518    def layout_data_list(self): 
     
    14991497    except: 
    15001498        # raise 
    1501         print("error", sys.exc_value) 
     1499        print "error", sys.exc_value 
    15021500 
    15031501    app.MainLoop() 
Note: See TracChangeset for help on using the changeset viewer.