eric6/Utilities/binplistlib.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7191:960850ec284c 7192:a22eee00b052
51 print("Not a plist:", e) 51 print("Not a plist:", e)
52 </pre> 52 </pre>
53 """ 53 """
54 54
55 from __future__ import unicode_literals 55 from __future__ import unicode_literals
56 try:
57 str = unicode
58 except NameError:
59 pass
60 56
61 # 57 #
62 # Ported from the Python 2 biplist.py script. 58 # Ported from the Python 2 biplist.py script.
63 # 59 #
64 # Original License: 60 # Original License:

eric ide

mercurial