projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch [ 892608 ] wxLogDialog + wxLogFrame: minor improvement for file saving
[wxWidgets.git]
/
wxPython
/
demo
/
PyShell.py
diff --git
a/wxPython/demo/PyShell.py
b/wxPython/demo/PyShell.py
index d93fc9b4ca8ab33d2eae304cdfb93b8d340f3b67..7fe18707f62ac0dff9c2b1837ea4c4e9b031b24a 100644
(file)
--- a/
wxPython/demo/PyShell.py
+++ b/
wxPython/demo/PyShell.py
@@
-1,7
+1,5
@@
-
-from wx import py
-
+import wx.py as py
#----------------------------------------------------------------------