Ignore:
Timestamp:
Jul 4, 2017 9:37:13 AM (6 years ago)
Author:
toby
Message:

reorg for GUI separation pretty much complete (GSASIIIO.py still needs some thought)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIrestrGUI.py

    r2893 r2900  
    2525import GSASIIlattice as G2lat
    2626import GSASIIspc as G2spc
    27 import GSASIIgrid as G2gd
     27import GSASIIdataGUI as G2gd
    2828import GSASIIplot as G2plt
    2929import GSASIIdata as G2data
    30 import GSASIIctrls as G2G
     30import GSASIIctrlGUI as G2G
    3131
    3232VERY_LIGHT_GREY = wx.Colour(235,235,235)
Note: See TracChangeset for help on using the changeset viewer.