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

    r2871 r2900  
    1818Also includes base classes for data import routines.
    1919
     20This module needs some work to separate wx from non-wx routines
    2021'''
    2122"""GSASIIIO: functions for IO of data
     
    3233import GSASIIpath
    3334GSASIIpath.SetVersionNumber("$Revision$")
    34 import GSASIIgrid as G2gd
     35import GSASIIdataGUI as G2gd
    3536import GSASIIobj as G2obj
    3637import GSASIIlattice as G2lat
     
    4243import GSASIIstrIO as G2stIO
    4344import GSASIImapvars as G2mv
    44 import GSASIIctrls as G2G
     45import GSASIIctrlGUI as G2G
    4546import os
    4647import os.path as ospath
     
    956957    selections are placed in self.chosen when OK is pressed
    957958
    958     Also see GSASIIctrls
     959    Also see GSASIIctrlGUI
    959960    '''
    960961    def __init__(self,choicelist,headinglist,
Note: See TracChangeset for help on using the changeset viewer.