mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user