mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00: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('**( `', '** ( `')
|
text = text.replace('**( `', '** ( `')
|
||||||
# Replace EmptyString stuff
|
# Replace EmptyString stuff
|
||||||
text = text.replace('EmptyString', "''")
|
text = text.replace('EmptyString', "''")
|
||||||
|
# Replace ArrayString stuff...
|
||||||
|
text = text.replace('ArrayString', 'list of strings')
|
||||||
|
|
||||||
if text != orig_text:
|
if text != orig_text:
|
||||||
fid = open(input, 'wt')
|
fid = open(input, 'wt')
|
||||||
|
|||||||
Reference in New Issue
Block a user