Changeset 2900 for branch/2frame/GSASIIIO.py
- Timestamp:
- Jul 4, 2017 9:37:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIIO.py
r2871 r2900 18 18 Also includes base classes for data import routines. 19 19 20 This module needs some work to separate wx from non-wx routines 20 21 ''' 21 22 """GSASIIIO: functions for IO of data … … 32 33 import GSASIIpath 33 34 GSASIIpath.SetVersionNumber("$Revision$") 34 import GSASII gridas G2gd35 import GSASIIdataGUI as G2gd 35 36 import GSASIIobj as G2obj 36 37 import GSASIIlattice as G2lat … … 42 43 import GSASIIstrIO as G2stIO 43 44 import GSASIImapvars as G2mv 44 import GSASIIctrl sas G2G45 import GSASIIctrlGUI as G2G 45 46 import os 46 47 import os.path as ospath … … 956 957 selections are placed in self.chosen when OK is pressed 957 958 958 Also see GSASIIctrl s959 Also see GSASIIctrlGUI 959 960 ''' 960 961 def __init__(self,choicelist,headinglist,
Note: See TracChangeset
for help on using the changeset viewer.