]> git.saurik.com Git - wxWidgets.git/commit
Fix the STC sources generation script to work with ancient Python.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:50 +0000 (11:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:50 +0000 (11:08 +0000)
commit713a0408bb325665b88871ff731c902a44d2e04a
tree50c3b961cbd0e613f5aab2e0f27c17935f7a28ad
parenta8d4e18d332362d238a3c4c22cee2f37750b7312
Fix the STC sources generation script to work with ancient Python.

Don't use True, set and join method of string objects which didn't exist in
prehistoric Python versions (such as 1.5 bundled with IRIX) as we can easily
work around their lack by using 1, list and string module join method instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/stc/gen_iface.py