Changeset 2769 for trunk/GSASIIctrls.py
- Timestamp:
- Apr 1, 2017 8:41:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r2755 r2769 26 26 import time 27 27 import copy 28 # import cPickle29 # import numpy as np30 # import numpy.ma as ma31 # import scipy.optimize as so32 28 import wx.html # could postpone this for quicker startup 33 29 import webbrowser # could postpone this for quicker startup … … 36 32 GSASIIpath.SetVersionNumber("$Revision$") 37 33 import GSASIIgrid as G2gd 38 # import GSASIImath as G2mth39 # import GSASIIIO as G2IO40 # import GSASIIstrIO as G2stIO41 # import GSASIIlattice as G2lat42 # import GSASIIplot as G2plt43 34 import GSASIIpwdGUI as G2pdG 44 # import GSASIIimgGUI as G2imG45 # import GSASIIphsGUI as G2phG46 # import GSASIIspc as G2spc47 # import GSASIImapvars as G2mv48 # import GSASIIconstrGUI as G2cnstG49 # import GSASIIrestrGUI as G2restG50 35 import GSASIIpy3 as G2py3 51 # import GSASIIobj as G2obj52 # import GSASIIexprGUI as G2exG53 36 import GSASIIlog as log 54 37
Note: See TracChangeset
for help on using the changeset viewer.