Skip to content

Commit

Permalink
bring back PyQt.QtCore.NULL in qgis.core
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 14, 2018
1 parent 831512c commit 261e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/__init__.py
Expand Up @@ -23,7 +23,7 @@
# 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
Expand Down

0 comments on commit 261e5f7

Please sign in to comment.