mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
remove old import
This commit is contained in:
parent
429e67e0f9
commit
cf5d1aaece
@ -34,8 +34,6 @@ from qgis.core import QgsApplication, QgsSettings
|
||||
|
||||
from qgis.PyQt.Qsci import QsciScintilla, QsciLexerPython, QsciAPIs
|
||||
|
||||
from processing.gui.LexerR import LexerR
|
||||
|
||||
|
||||
class ScriptEdit(QsciScintilla):
|
||||
|
||||
@ -206,8 +204,5 @@ class ScriptEdit(QsciScintilla):
|
||||
self.api.load(path)
|
||||
self.api.prepare()
|
||||
self.lexer.setAPIs(self.api)
|
||||
elif self.lexerType == self.LEXER_R:
|
||||
# R lexer
|
||||
self.lexer = LexerR()
|
||||
|
||||
self.setLexer(self.lexer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user