Changeset 10450

Show
Ignore:
Timestamp:
10/11/10 11:01:58 (3 years ago)
Author:
Snyder.Jason
Message:

removed unnecessary import

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/tools/wavedash/src/WavedashView.py

    r10444 r10450  
    2727from WavedashButton import WavedashButton 
    2828from WavedashController import Controller 
    29 from DummyWXApp import DummyWXApp 
    3029from WavedashPreferencePage import WavedashPreferencePage 
    3130 
     
    12211220 
    12221221def main(): 
    1223     app = DummyWXApp() 
     1222    app = wx.App() 
    12241223    ctrlr = Controller() 
    12251224    ctrlr.createWidgetContainer()