Skip to content

Commit

Permalink
[pyqgis-console] fix missing import for pap file compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Nov 28, 2017
1 parent d612364 commit 52efa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/console/console_compile_apis.py
Expand Up @@ -21,7 +21,7 @@

import os

from qgis.PyQt.Qsci import QsciAPIs
from qgis.PyQt.Qsci import QsciAPIs, QsciLexerPython
from qgis.PyQt.QtWidgets import QDialog, QDialogButtonBox
from qgis.PyQt.QtCore import QCoreApplication

Expand Down

0 comments on commit 52efa5c

Please sign in to comment.