Ignore:
Timestamp:
Jul 16, 2021 9:21:10 AM (23 months ago)
Author:
vondreele
Message:

move imports to top of G2ctrlGUi code so debugger can find it
fix FillUnitCell? bug when incommensurate mag.
latest revision of incomm. mag. str. factor stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4987 r4997  
    143143import glob
    144144import copy
     145import ast
    145146import random as ran
    146147import webbrowser     # could postpone this for quicker startup
     
    162163import GSASIImath as G2mth
    163164import GSASIIstrMain as G2stMn
     165import config_example
    164166if sys.version_info[0] >= 3:
    165167    unicode = str
Note: See TracChangeset for help on using the changeset viewer.