9447:662075aa9361 | 9448:ea215f7afab3 |
---|---|
88 | 88 |
89 SSL_AVAILABLE = True | 89 SSL_AVAILABLE = True |
90 except ImportError: | 90 except ImportError: |
91 SSL_AVAILABLE = False | 91 SSL_AVAILABLE = False |
92 | 92 |
93 from eric7config import getConfig | 93 from eric7.Globals import getConfig |
94 | 94 |
95 | 95 |
96 class Redirector(QObject): | 96 class Redirector(QObject): |
97 """ | 97 """ |
98 Helper class used to redirect stdout and stderr to the log window. | 98 Helper class used to redirect stdout and stderr to the log window. |