comparison: Utilities/binplistlib.py
Utilities/binplistlib.py
- changeset 5587
- ea526b78ee6c
- parent 5389
- 9b1c800daff3
- child 5604
- b047181a4a33
equal
deleted
inserted
replaced
52 </pre> |
52 </pre> |
53 """ |
53 """ |
54 |
54 |
55 from __future__ import unicode_literals |
55 from __future__ import unicode_literals |
56 try: |
56 try: |
57 str = unicode |
57 str = unicode # __IGNORE_WARNING_M131__ |
58 except NameError: |
58 except NameError: |
59 pass |
59 pass |
60 |
60 |
61 # |
61 # |
62 # Ported from the Python 2 biplist.py script. |
62 # Ported from the Python 2 biplist.py script. |