Changeset 1020 for trunk/GSASII.py
- Timestamp:
- Aug 7, 2013 5:38:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1006 r1020 216 216 #pathlist = sys.path[:] 217 217 #if path2GSAS2 not in pathlist: pathlist.append(path2GSAS2) 218 path2GSAS2 = os.path.join(219 os.path.dirname(os.path.realpath(__file__)), # location of this file220 'imports')218 #path2GSAS2 = os.path.join( 219 # os.path.dirname(os.path.realpath(__file__)), # location of this file 220 # 'imports') 221 221 pathlist = sys.path[:] 222 if path2GSAS2 not in pathlist: pathlist.append(path2GSAS2)222 #if path2GSAS2 not in pathlist: pathlist.append(path2GSAS2) 223 223 224 224 filelist = [] … … 1040 1040 except: 1041 1041 pass 1042 path2GSAS2 = os.path.join(1043 os.path.dirname(os.path.realpath(__file__)), # location of this file1044 'exports')1045 if path2GSAS2 not in sys.path: sys.path.append(path2GSAS2)1042 #path2GSAS2 = os.path.join( 1043 # os.path.dirname(os.path.realpath(__file__)), # location of this file 1044 # 'exports') 1045 #if path2GSAS2 not in sys.path: sys.path.append(path2GSAS2) 1046 1046 #reload(G2IO) 1047 1047 import G2cif
Note: See TracChangeset
for help on using the changeset viewer.