]>
Commit | Line | Data |
---|---|---|
d14a1e28 RD |
1 | """ |
2 | wxPyColourChooser | |
3 | Copyright (C) 2002 Michael Gilfix <mgilfix@eecs.tufts.edu> | |
4 | ||
5 | This file is part of wxPyColourChooser. | |
6 | ||
7 | This version of wxPyColourChooser is open source; you can redistribute it | |
8 | and/or modify it under the licensed terms. | |
9 | ||
10 | This program is distributed in the hope that it will be useful, | |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | MERCHANTABILITY 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 |
20 | from pycolourchooser import * |
21 | ||
22 | # For the American in you | |
23 | wxPyColorChooser = wxPyColourChooser | |
24 | ||
25 | __all__ = [ | |
26 | 'canvas', | |
27 | 'pycolourbox', | |
28 | 'pycolourchooser', | |
29 | 'pycolourslider', | |
30 | 'pypalette', | |
31 | ] |