Files
wxWidgets/wxPython/wxPython/_wx.py
2003-11-28 18:40:47 +00:00

12 lines
226 B
Python

# Load all symbols that should appear in the wxPython.wx namespace
from core import *
from core import __version__
from gdi import *
from windows import *
from controls import *
from misc import *
# Cleanup this one.
del wx