Skip to content

Commit cf5d1aa

Browse files
committedMay 2, 2017
remove old import
1 parent 429e67e commit cf5d1aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎python/plugins/processing/gui/ScriptEdit.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434

3535
from qgis.PyQt.Qsci import QsciScintilla, QsciLexerPython, QsciAPIs
3636

37-
from processing.gui.LexerR import LexerR
38-
3937

4038
class ScriptEdit(QsciScintilla):
4139

@@ -206,8 +204,5 @@ def initLexer(self):
206204
self.api.load(path)
207205
self.api.prepare()
208206
self.lexer.setAPIs(self.api)
209-
elif self.lexerType == self.LEXER_R:
210-
# R lexer
211-
self.lexer = LexerR()
212207

213208
self.setLexer(self.lexer)

0 commit comments

Comments
 (0)
Please sign in to comment.