Skip to content

Commit

Permalink
[pyqgis-console] fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa authored and nyalldawson committed Oct 4, 2020
1 parent 8533d9a commit 7463121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/console/console_base.py
Expand Up @@ -25,6 +25,7 @@
from qgis.core import QgsApplication, Qgis
from qgis.gui import QgsCodeEditorPython, QgsCodeEditor
import os
import re


class QgsPythonConsoleBase(QgsCodeEditorPython):
Expand Down

0 comments on commit 7463121

Please sign in to comment.