Skip to content

Commit

Permalink
[pyqgis-console] fix missing import in compile apis script
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Feb 17, 2015
1 parent 4061173 commit f6a1b7e
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 PyQt4.Qsci import QsciAPIs
from PyQt4.Qsci import QsciAPIs, QsciLexerPython
from PyQt4.QtGui import QDialog, QDialogButtonBox
from PyQt4.QtCore import QCoreApplication

Expand Down

0 comments on commit f6a1b7e

Please sign in to comment.