- def __init__(self, parent, title):
- # First, call the base class' __init__ method to create the frame
- wxDialog.__init__( self, parent, -1, title, wxDefaultPosition, wxDefaultSize )
+ def __init__(self, parent, title):
+ # First, call the base class' __init__ method to create the frame
+ wxDialog.__init__( self, parent, -1, title, wxDefaultPosition, wxDefaultSize )