+ fix import

This commit is contained in:
oleting
2020-12-26 15:57:46 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
from gui.utils import nassi, output
from interpreter.interpret_source import JavaSyntaxError, ScopeNotFoundExeption
from interpreter.interpret_source import JavaSyntaxError, ScopeNotFoundException
import PySimpleGUI as sg
import os.path
import random