Changeset 773 for moxy/trunk


Ignore:
Timestamp:
Feb 1, 2012 5:13:17 PM (13 years ago)
Author:
jemian
Message:

checkpoint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified moxy/trunk/src/moxy/wx_motorpanel.py

    r764 r773  
    2929
    3030
    31 class MainFrame(wx.Frame):
     31class MotorFrame(wx.Frame):
    3232    def __init__(self, motor_pvs):
    3333        title = "motors: " + " ".join(motor_pvs)
     
    5151    if len(sys.argv) > 1:
    5252        app = wx.App()
    53         MainFrame(sys.argv[1:]).Show()
     53        MotorFrame(sys.argv[1:]).Show()
    5454        app.MainLoop()
Note: See TracChangeset for help on using the changeset viewer.