comparison: Utilities/PySideImporter.py
Utilities/PySideImporter.py
- branch
- 6_1_x
- changeset 4541
- e8ddd9d76414
- parent 4021
- 195a471c327b
- child 4555
- 861e1741985c
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module to check for the presence of PySide by importing it. |
7 Module to check for the presence of PySide by importing it. |
8 """ |
8 """ |
|
9 |
|
10 from __future__ import unicode_literals |
9 |
11 |
10 import sys |
12 import sys |
11 |
13 |
12 if __name__ == "__main__": |
14 if __name__ == "__main__": |
13 try: |
15 try: |