Changeset 3742

Show
Ignore:
Timestamp:
09/30/08 21:56:33 (18 months ago)
Author:
luis
Message:

Change append of sys.path modules (Fixed needed to conflit versions)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install_scripts/unix/setup.py

    r3383 r3742  
    198198                uline = line + 1 
    199199                break 
    200  
    201         ucontent.insert(uline, "sys.path = ['%s'] + sys.path\n" % modules) 
     200     
     201        ucontent.insert(uline, "sys.path.insert(0,('%s')\n " % modules ) 
    202202 
    203203        ufile = open(umit, "w")