]> git.saurik.com Git - wxWidgets.git/commitdiff
Add the masked package dir
authorRobin Dunn <robin@alldunn.com>
Thu, 22 Apr 2004 22:46:10 +0000 (22:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 22 Apr 2004 22:46:10 +0000 (22:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/DIRLIST
wxPython/setup.py

index 0775d812db8a747cfaa22d8df0f6da0bb093bf78..179edf120137bbe360a9cfd197e98e5665bd99d0 100644 (file)
@@ -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
index 169a88cc4a32cf0f0e182942fd68f2f41f2b09f7..62931f836de208d0f40417ce1afe3861a2f76e21 100755 (executable)
@@ -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',