[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] QScit.pyi missing import of QtCore
From:       Barry Scott <barry () barrys-emacs ! org>
Date:       2016-10-23 13:59:37
Message-ID: 396C8E63-F85A-411F-9311-64A30955EBF5 () barrys-emacs ! org
[Download RAW message or body]

mypy reported problems with QtCore not defined.

This fixes it.

--- /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/PyQt5/Qsci.pyi~	2016-10-23 \
                14:54:08.000000000 +0100
+++ _diff_.tmp	2016-10-23 14:55:12.000000000 +0100
@@ -26,6 +26,7 @@
 from PyQt5 import QtPrintSupport
 from PyQt5 import QtWidgets
 from PyQt5 import QtGui
+from PyQt5 import QtCore
 
 # Support for QDate, QDateTime and QTime.
 import datetime


Barry

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic