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: |