This commit is contained in:
Andrea Gavana
2012-04-01 21:01:09 +00:00
parent dfc8c5e69f
commit aed67e3c7b
2 changed files with 4 additions and 2 deletions

View File

@@ -148,7 +148,9 @@ def BuildEnumsAndMethods(sphinxDir):
text = text.replace('See also\n', '.. seealso:: ')
# Avoid Sphinx warnings on wx.TreeCtrl
text = text.replace('**( `', '** ( `')
# Replace EmptyString stuff
text = text.replace('EmptyString', "''")
if text != orig_text:
fid = open(input, 'wt')
fid.write(text)