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