Don't complain about lack of unittest modules for tracker and withimage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-11-02 23:44:55 +00:00
parent 40e240c570
commit c360303c89
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ ITEMS = [ 'wxTrackable' ]
def run():
# Parse the XML file(s) building a collection of Extractor objects
module = etgtools.ModuleDef(PACKAGE, MODULE, NAME, DOCSTRING)
module = etgtools.ModuleDef(PACKAGE, MODULE, NAME, DOCSTRING, False)
etgtools.parseDoxyXML(module, ITEMS)
#-----------------------------------------------------------------

View File

@@ -23,7 +23,7 @@ ITEMS = [ 'wxWithImages' ]
def run():
# Parse the XML file(s) building a collection of Extractor objects
module = etgtools.ModuleDef(PACKAGE, MODULE, NAME, DOCSTRING)
module = etgtools.ModuleDef(PACKAGE, MODULE, NAME, DOCSTRING, False)
etgtools.parseDoxyXML(module, ITEMS)
#-----------------------------------------------------------------