Changeset 1349
- Timestamp:
- Jun 18, 2013 3:54:00 PM (10 years ago)
- Location:
- APSpy/trunk/src/APSpy
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
APSpy/trunk/src/APSpy/__init__.py
r1288 r1349 3 3 4 4 __project__ = u'APSpy' 5 __version__ = u'1.2. trunk'5 __version__ = u'1.2.1.trunk' 6 6 __authors__ = [u'Brian Toby', u'Lakhsmipriya Sukumar', u'Jon Almer', u'Pete Jemian'] 7 7 __contact__ = u'jemian@anl.gov' -
APSpy/trunk/src/APSpy/macros.py
r1281 r1349 787 787 graphics updates. 788 788 ''' 789 import plotnotebook789 import gui_wx.plotnotebook 790 790 import wx 791 791 def sleepWithYield(seconds): … … 819 819 plotwin.bottomsizer.Add(btn, 0, wx.RIGHT, 0) 820 820 global plotwin,pnb 821 pnb = plotnotebook821 pnb = gui_wx.plotnotebook # initialize the GUI application 822 822 global StopScan 823 823 StopScan = False
Note: See TracChangeset
for help on using the changeset viewer.