Add the masked package dir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-04-22 22:46:10 +00:00
parent 75e14ed5ee
commit 9176f38f73
2 changed files with 2 additions and 0 deletions

View 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

View File

@ -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',