CVS: anygui/lib/anygui/backends wxgui.py,1.47,1.48
"Dallas T. Johnston" <[email protected]> Wed, 13 Nov 2002 10:47:53 -0800
| Newsgroups | gmane.comp.python.anygui.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/anygui/anygui/lib/anygui/backends
In directory usw-pr-cvs1:/tmp/cvs-serv9400/lib/anygui/backends
Modified Files:
wxgui.py
Log Message:
nothing much...
Index: wxgui.py
===================================================================
RCS file: /cvsroot/anygui/anygui/lib/anygui/backends/wxgui.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** wxgui.py 20 Oct 2002 12:27:54 -0000 1.47
--- wxgui.py 13 Nov 2002 18:47:49 -0000 1.48
***************
*** 459,464 ****
class Application(AbstractApplication, wxApp):
! def __init__(self):
! AbstractApplication.__init__(self)
wxApp.__init__(self, 0)
--- 459,464 ----
class Application(AbstractApplication, wxApp):
! def __init__(self, **kwds):
! AbstractApplication.__init__(self, **kwds)
wxApp.__init__(self, 0)
-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about
your web server security? Click here for a FREE Thawte
Apache SSL Guide and answer your Apache SSL security
needs: http://www.gothawte.com/rd523.html