Changeset 3420 for trunk/GSASIIpath.py
- Timestamp:
- Jun 4, 2018 2:18:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r3372 r3420 723 723 if os.path.exists(os.path.expanduser('~/.G2local/')): 724 724 sys.path.insert(0,os.path.expanduser('~/.G2local/')) 725 import glob726 725 fl = glob.glob(os.path.expanduser('~/.G2local/GSASII*.py*')) 727 726 files = ""
Note: See TracChangeset
for help on using the changeset viewer.