Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/setup_exe.py

    rb963b20 r92df9cbd  
    4646sys.path.insert(0, build_path) 
    4747 
     48from sas.sasview import local_config 
    4849from installer_generator import generate_installer 
    4950 
     
    7374          sys.exc_value) 
    7475 
    75 from sas import get_local_config 
    76 local_config = get_local_config() 
    7776 
    7877# Solution taken from here: http://www.py2exe.org/index.cgi/win32com.shell 
Note: See TracChangeset for help on using the changeset viewer.