Files
wxWidgets/wxPython/wxPython/_wx.py
2003-11-12 21:34:20 +00:00

11 lines
197 B
Python

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