Changeset 2926 for trunk


Ignore:
Timestamp:
Jul 8, 2017 3:53:21 PM (6 years ago)
Author:
toby
Message:

fix import & switch msg

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrls.py

    r2925 r2926  
    34263426        if not GSASIIpath.svnTestBranch():
    34273427            dlg = wx.MessageDialog(self.frame,
    3428                                    'Switching from test to standard GSAS-II version',
     3428                                   'Switching to test version of GSAS-II',
    34293429                                   'Confirm Switch',
    34303430                                   wx.OK|wx.CANCEL)
  • trunk/GSASIIstrMain.py

    r2894 r2926  
    2121import scipy.optimize as so
    2222import GSASIIpath
     23GSASIIpath.SetBinaryPath()
    2324GSASIIpath.SetVersionNumber("$Revision$")
    2425import GSASIIlattice as G2lat
Note: See TracChangeset for help on using the changeset viewer.