a bit of cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-12-02 20:04:41 +00:00
parent a236ea1867
commit 1f91b5be03

View File

@@ -17,8 +17,7 @@ DOCSTRING = ""
# The classes and/or the basename of the Doxygen XML files to be processed by
# this script.
ITEMS = [ "wxEventFilter",
]
ITEMS = [ "wxEventFilter" ]
#---------------------------------------------------------------------------