Changes in sasview/setup_exe.py [a1b8fee:f36e01f] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/setup_exe.py

    ra1b8fee rf36e01f  
    1313# be added to the distribution directory for that purpose. 
    1414# See for example the 'images' directory below. 
    15 from __future__ import print_function 
    1615 
    1716import os 
     
    6362        sys.argv.remove('--extrapath') 
    6463except: 
    65     print("Error processing extra python path needed to build SasView\n  %s" % 
    66           sys.exc_value) 
     64    print("Error processing extra python path needed to build SasView\n  %s" % \ 
     65                sys.exc_value) 
    6766 
    6867 
Note: See TracChangeset for help on using the changeset viewer.