Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove old import
  • Loading branch information
alexbruy committed May 2, 2017
1 parent 429e67e commit cf5d1aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/plugins/processing/gui/ScriptEdit.py
Expand Up @@ -34,8 +34,6 @@

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

from processing.gui.LexerR import LexerR


class ScriptEdit(QsciScintilla):

Expand Down Expand Up @@ -206,8 +204,5 @@ def initLexer(self):
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)

0 comments on commit cf5d1aa

Please sign in to comment.