6546:30829a28e969 | 6547:77c817301ca1 |
---|---|
2 | 2 |
3 # Copyright (c) 2011 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> | 3 # Copyright (c) 2011 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module to check for the presence of PySide/PySide2 by importing it. | 7 Module to get sys.path of an external interpreter. |
8 """ | 8 """ |
9 | 9 |
10 from __future__ import print_function | 10 from __future__ import print_function |
11 | 11 |
12 import sys | 12 import sys |