Changeset 1349


Ignore:
Timestamp:
Jun 18, 2013 3:54:00 PM (10 years ago)
Author:
jemian
Message:

fixes #43 fixes #44

Location:
APSpy/trunk/src/APSpy
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • APSpy/trunk/src/APSpy/__init__.py

    r1288 r1349  
    33
    44__project__   = u'APSpy'
    5 __version__   = u'1.2.trunk'
     5__version__   = u'1.2.1.trunk'
    66__authors__   = [u'Brian Toby', u'Lakhsmipriya Sukumar', u'Jon Almer', u'Pete Jemian']
    77__contact__   = u'jemian@anl.gov'
  • APSpy/trunk/src/APSpy/macros.py

    r1281 r1349  
    787787    graphics updates.
    788788    '''
    789     import plotnotebook
     789    import gui_wx.plotnotebook
    790790    import wx
    791791    def sleepWithYield(seconds):
     
    819819        plotwin.bottomsizer.Add(btn, 0, wx.RIGHT, 0)
    820820    global plotwin,pnb
    821     pnb = plotnotebook
     821    pnb = gui_wx.plotnotebook           # initialize the GUI application
    822822    global StopScan
    823823    StopScan = False
Note: See TracChangeset for help on using the changeset viewer.