Changeset 4997 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Jul 16, 2021 9:21:10 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4987 r4997 143 143 import glob 144 144 import copy 145 import ast 145 146 import random as ran 146 147 import webbrowser # could postpone this for quicker startup … … 162 163 import GSASIImath as G2mth 163 164 import GSASIIstrMain as G2stMn 165 import config_example 164 166 if sys.version_info[0] >= 3: 165 167 unicode = str
Note: See TracChangeset
for help on using the changeset viewer.