]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/PyFilling.py
1 """PyFilling is a python namespace inspection application."""
3 __author__
= "Patrick K. O'Brien <pobrien@orbtech.com>"
5 __revision__
= "$Revision$"[11:-2]
7 # We use this object to get more introspection when run standalone.
12 # These are imported just to have something interesting to inspect.
21 class App(filling
.App
):
23 filling
.App
.OnInit(self
)
24 self
.root
= self
.fillingFrame
.filling
.tree
.root
28 """Create and run the application."""
31 app
.fillingFrame
.filling
.tree
.Expand(app
.root
)
34 if __name__
== '__main__':