projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bump copyright date and indicate debug builds too in 'easter egg' dialog.
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
PyWrap.py
diff --git
a/wxPython/wx/py/PyWrap.py
b/wxPython/wx/py/PyWrap.py
index 333ad8d064e1827897e22ed5a955a918c1e70e7e..99a91f1833b0f6594931528c1989f75ef976a325 100644
(file)
--- a/
wxPython/wx/py/PyWrap.py
+++ b/
wxPython/wx/py/PyWrap.py
@@
-5,14
+5,15
@@
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
__cvsid__ = "$Id$"
__revision__ = "$Revision$"[11:-2]
__cvsid__ = "$Id$"
__revision__ = "$Revision$"[11:-2]
+import wx
+from wx import py
+
import os
import sys
import os
import sys
-import wx
-from wx.py.crust import CrustFrame
def wrap(app):
wx.InitAllImageHandlers()
def wrap(app):
wx.InitAllImageHandlers()
- frame = CrustFrame()
+ frame =
py.crust.
CrustFrame()
frame.SetSize((750, 525))
frame.Show(True)
frame.shell.interp.locals['app'] = app
frame.SetSize((750, 525))
frame.Show(True)
frame.shell.interp.locals['app'] = app