Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/models.py

    ra1b8fee r463e7ffc  
    22    Utilities to manage models 
    33""" 
    4 from __future__ import print_function 
    5  
    64import traceback 
    75import os 
     
    143141        type, value, tb = sys.exc_info() 
    144142        if type is not None and issubclass(type, py_compile.PyCompileError): 
    145             print("Problem with", repr(value)) 
     143            print "Problem with", repr(value) 
    146144            raise type, value, tb 
    147145        return 1 
Note: See TracChangeset for help on using the changeset viewer.