Phoenix: Minor tweaks to postprocess.py

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Andrea Gavana
2012-04-01 21:10:53 +00:00
parent aed67e3c7b
commit ab4c250c14

View File

@@ -150,6 +150,8 @@ def BuildEnumsAndMethods(sphinxDir):
text = text.replace('**( `', '** ( `')
# Replace EmptyString stuff
text = text.replace('EmptyString', "''")
# Replace ArrayString stuff...
text = text.replace('ArrayString', 'list of strings')
if text != orig_text:
fid = open(input, 'wt')