Changeset 83 for trunk/GSASIIpath.py
- Timestamp:
- Jun 4, 2010 11:33:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r67 r83 11 11 bindir = 'bin' 12 12 if 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.