bring back PyQt.QtCore.NULL in qgis.core

This commit is contained in:
Denis Rouzaud 2018-05-14 19:53:02 -04:00
parent 831512c98f
commit 261e5f74ec

View File

@ -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