From: Robin Dunn Date: Thu, 22 Apr 2004 22:46:10 +0000 (+0000) Subject: Add the masked package dir X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9176f38f730c3415ac7a911c2f85cdea7eca4478 Add the masked package dir git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/DIRLIST b/wxPython/distrib/DIRLIST index 0775d812db..179edf1201 100644 --- a/wxPython/distrib/DIRLIST +++ b/wxPython/distrib/DIRLIST @@ -69,6 +69,7 @@ wxPython/wx/build wxPython/wx/lib wxPython/wx/lib/colourchooser wxPython/wx/lib/editor +wxPython/wx/lib/masked wxPython/wx/lib/mixins wxPython/wx/py wxPython/wx/py/tests diff --git a/wxPython/setup.py b/wxPython/setup.py index 169a88cc4a..62931f836d 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -698,6 +698,7 @@ if __name__ == "__main__": 'wx.lib', 'wx.lib.colourchooser', 'wx.lib.editor', + 'wx.lib.masked', 'wx.lib.mixins', 'wx.py', 'wx.tools',