mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
5 lines
139 B
Python
5 lines
139 B
Python
from _Qt import *
|
|
try:
|
|
_ = AddFilePreview
|
|
except:
|
|
raise ImportError("Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so")
|