]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/lib/colourchooser/__init__.py
Applied patch [ 1281902 ] fix for wxJoystick under Linux
[wxWidgets.git] / wxPython / wx / lib / colourchooser / __init__.py
CommitLineData
d14a1e28 1"""
d4b73b1b 2PyColourChooser
d14a1e28
RD
3Copyright (C) 2002 Michael Gilfix <mgilfix@eecs.tufts.edu>
4
d4b73b1b 5This file is part of PyColourChooser.
d14a1e28 6
d4b73b1b 7This version of PyColourChooser is open source; you can redistribute it
d14a1e28
RD
8and/or modify it under the licensed terms.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13"""
14
b881fc78
RD
15# 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
16#
17# o 2.5 compatability update.
18#
d4b73b1b
RD
19# 12/21/2003 - Jeff Grimmett (grimmtooth@softhome.net)
20#
21# o wxPyColorChooser -> PyColorChooser
22# o wxPyColourChooser -> PyColourChooser
23#
b881fc78 24
d14a1e28
RD
25from pycolourchooser import *
26
27# For the American in you
d4b73b1b 28PyColorChooser = PyColourChooser
d14a1e28
RD
29
30__all__ = [
31 'canvas',
32 'pycolourbox',
33 'pycolourchooser',
34 'pycolourslider',
35 'pypalette',
36]