--- a/Plugins/CheckerPlugins/SyntaxChecker/jsCheckSyntax.py Sat Jan 12 11:26:32 2019 +0100 +++ b/Plugins/CheckerPlugins/SyntaxChecker/jsCheckSyntax.py Sat Jan 12 12:11:42 2019 +0100 @@ -172,8 +172,8 @@ (file name, line number, column, codestring (only at syntax errors), the message, a list with arguments for the message) """ - import jasy.js.parse.Parser as jsParser - import jasy.js.tokenize.Tokenizer as jsTokenizer + import jasy.script.parse.Parser as jsParser + import jasy.script.tokenize.Tokenizer as jsTokenizer codestring = normalizeCode(codestring)