]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/lib/colourchooser/__init__.py
Aquire the GIL before raising the NotImplementedError exception
[wxWidgets.git] / wxPython / wx / lib / colourchooser / __init__.py
CommitLineData
d14a1e28
RD
1"""
2wxPyColourChooser
3Copyright (C) 2002 Michael Gilfix <mgilfix@eecs.tufts.edu>
4
5This file is part of wxPyColourChooser.
6
7This version of wxPyColourChooser is open source; you can redistribute it
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#
19
d14a1e28
RD
20from pycolourchooser import *
21
22# For the American in you
23wxPyColorChooser = wxPyColourChooser
24
25__all__ = [
26 'canvas',
27 'pycolourbox',
28 'pycolourchooser',
29 'pycolourslider',
30 'pypalette',
31]