From 261e5f74ec03174390a01555e25fb25b54706b98 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 14 May 2018 19:53:02 -0400 Subject: [PATCH] bring back PyQt.QtCore.NULL in qgis.core --- python/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/__init__.py b/python/core/__init__.py index 95345ba3c7f..765bb9d68c6 100644 --- a/python/core/__init__.py +++ b/python/core/__init__.py @@ -23,7 +23,7 @@ __copyright__ = '(C) 2014, Nathan Woodrow' # This will get replaced with a git SHA1 when you do a git archive __revision__ = '$Format:%H$' - +from qgis.PyQt.QtCore import NULL from qgis._core import * from .additions.readwritecontextentercategory import ReadWriteContextEnterCategory