]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/build/__init__.py
Allow the frame (if there is one) to resize the toolbar after Realize
[wxWidgets.git] / wxPython / wx / build / __init__.py
CommitLineData
1128a89b 1# A Python package
99109c0f
RD
2"""
3This package provides the config module, which is used by wxPython's
4setup.py distutils script. It was moved here so it would be installed
5with the rest of wxPython and could therefore be used by the setup.py
6for other projects that needed this same info and functionality (most
7likely in order to be compatible with wxPython.)
8
9See config.py and wxPython's setup.py for more details.
10
11"""
12
13
14# Exclude config from the epydoc docs because it will currently cause
15# a lot of noise. Once it has been refactored then add "config" to
16# the list below.
17
18__all__ = []
19
20