Skip to content
Permalink
Browse files
[pyqgis-console] fix missing import in compile apis script
  • Loading branch information
slarosa committed Feb 17, 2015
1 parent 4061173 commit f6a1b7e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit f6a1b7e

Please sign in to comment.