##// END OF EJS Templates
Fix typo
Emilio Graff -
Show More
@@ -370,8 +370,8 b' def load_qt(api_options):'
370 raise ImportError(
370 raise ImportError(
371 """
371 """
372 Could not load requested Qt binding. Please ensure that
372 Could not load requested Qt binding. Please ensure that
373 PyQt4 >= 4.7, PyQt5, PyQt6, PySide >= 1.0.3, PySide2, or
373 PyQt4 >= 4.7, PyQt5, PyQt6, PySide >= 1.0.3, PySide2, or
374 PySide6is available, and only one is imported per session.
374 PySide6 is available, and only one is imported per session.
375
375
376 Currently-imported Qt library: %r
376 Currently-imported Qt library: %r
377 PyQt4 available (requires QtCore, QtGui, QtSvg): %s
377 PyQt4 available (requires QtCore, QtGui, QtSvg): %s
General Comments 0
You need to be logged in to leave comments. Login now