Utilities/binplistlib.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
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__ 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.
63 # 63 #

eric ide

mercurial