Changeset 83 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Jun 4, 2010 11:33:02 AM (14 years ago)
Author:
vondreel
Message:

further splits of G2gd --> GSASIIphsGUI.py & GSASIIimgGUI.py
Modify GSASIIpath.py to reverse order of 1st two path entries. G2elem couldn't find atmdata!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r67 r83  
    1111    bindir = 'bin'
    1212if ospath.exists(ospath.join(sys.path[0],bindir)) and ospath.join(sys.path[0],bindir) not in sys.path:
    13     sys.path.insert(0,ospath.join(sys.path[0],bindir))
     13    sys.path.insert(1,ospath.join(sys.path[0],bindir))
     14   
Note: See TracChangeset for help on using the changeset viewer.