From 38414871f8496225241d6bfbc86416aeee9bbeed Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 22 Jan 2003 21:26:48 +0000 Subject: [PATCH] Added wxPyColourChooser by Michael Gilfix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/setup.py b/wxPython/setup.py index af5989987d..c31e729395 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -1153,6 +1153,7 @@ if __name__ == "__main__": packages = [PKGDIR, PKGDIR+'.lib', + PKGDIR+'.lib.colourchooser', PKGDIR+'.lib.editor', PKGDIR+'.lib.mixins', PKGDIR+'.lib.PyCrust',