mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d7252b5e0f
Python 2.6.1 is what ships on OS X 10.6 and we want to support mozboot there. We include 3 fixes: 1) optparse doesn't like unicode as its initial argument 2) __init__(**kwargs) doesn't like unicode keys 3) subprocess does not have check_output We took the easy solution of removing unicode_literals. This should have no significant consequences. |
||
---|---|---|
.. | ||
bootstrap.py |