]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/__init__.py
Fixed repainting problems when resizing window, now using wxFULL_REPAINT_RESIZE flag...
[wxWidgets.git] / wxPython / wx / py / __init__.py
1 """The py package, formerly the PyCrust package."""
2
3 __author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
4 __cvsid__ = "$Id$"
5 __revision__ = "$Revision$"[11:-2]
6
7 import buffer
8 import crust
9 import dispatcher
10 import document
11 import editor
12 import editwindow
13 import filling
14 import frame
15 import images
16 import interpreter
17 import introspect
18 import pseudo
19 import shell
20 import version