eric6/Utilities/binplistlib.py

changeset 7229
53054eb5b15a
parent 7192
a22eee00b052
child 7249
0bf517e60f54
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
50 except (InvalidPlistException, NotBinaryPlistException) as e: 50 except (InvalidPlistException, NotBinaryPlistException) as e:
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
56 55
57 # 56 #
58 # Ported from the Python 2 biplist.py script. 57 # Ported from the Python 2 biplist.py script.
59 # 58 #
60 # Original License: 59 # Original License:

eric ide

mercurial