]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distutils/__init__.py
moved wxGA_XXX styles to gauge.h from defs.h; set wxGA_PROGRESSBAR as 0 (it's not...
[wxWidgets.git] / wxPython / distutils / __init__.py
1 """distutils
2
3 The main package for the Python Module Distribution Utilities. Normally
4 used from a setup script as
5
6 from distutils.core import setup
7
8 setup (...)
9 """
10
11 # This module should be kept compatible with Python 1.5.2.
12
13 __revision__ = "$Id$"
14
15 __version__ = "1.0.3"