mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +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"
|