Utilities/binplistlib.py

changeset 5624
cdd346d8858b
parent 5604
b047181a4a33
child 5726
e1dbd217214a
equal deleted inserted replaced
5623:f4d7cfdadc3f 5624:cdd346d8858b
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 # __IGNORE_WARNING_M131__ 57 str = unicode
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.

eric ide

mercurial