Insure suitable choices of path/drive separator on OS/2.
[wxWidgets.git] / wxPython / wx / lib / colourchooser / __init__.py
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
15 from pycolourchooser import *
16
17 # For the American in you
18 wxPyColorChooser = wxPyColourChooser
19
20 __all__ = [
21 'canvas',
22 'pycolourbox',
23 'pycolourchooser',
24 'pycolourslider',
25 'pypalette',
26 ]