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/GSASIIphsGUI.py

    r2899 r2900  
    3939import GSASIIddataGUI as G2ddG
    4040import GSASIIplot as G2plt
    41 import GSASIIgrid as G2gd
     41import GSASIIdataGUI as G2gd
    4242import GSASIIIO as G2IO
    4343import GSASIIstrMain as G2stMn
     
    4747import GSASIIpy3 as G2py3
    4848import GSASIIobj as G2obj
    49 import GSASIIctrls as G2G
     49import GSASIIctrlGUI as G2G
    5050import GSASIIconstrGUI as G2cnstG
    5151import numpy as np
     
    10651065    '''Create the data display window contents when a phase is clicked on
    10661066    in the main (data tree) window.
    1067     Called only from :meth:`GSASIIgrid.SelectDataTreeItem`,
     1067    Called only from :meth:`GSASIIdataGUI.SelectDataTreeItem`,
    10681068    which in turn is called from :meth:`GSASII.GSASII.OnDataTreeSelChanged`
    10691069    when a Phase tree item is selected. This creates all tabs on the page and fills
Note: See TracChangeset for help on using the changeset viewer.