Commented out print statement.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick K. O'Brien
2003-04-28 17:11:49 +00:00
parent c5ae760f0c
commit ef48bdb011

View File

@@ -29,7 +29,8 @@ def decorateClass(item, realdict):
try:
wxclass = realdict[classname]
except:
print classname
# print classname
pass
else:
if item.__doc__:
wxclass.__doc__ = item.__doc__