+ 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

4
.gitignore vendored
View File

@@ -1,8 +1,12 @@
__pycache__/ __pycache__/
res/output/ res/output/
<<<<<<< HEAD
res/input/* res/input/*
.vscode/* .vscode/*
*.json *.json
=======
res/input/
>>>>>>> 351dc2e6d0158a1b81601f48503f761ea4995e58
*.pyc *.pyc
*.png *.png
debug.py debug.py

View File

@@ -1,5 +1,5 @@
from gui.utils import nassi, output 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 PySimpleGUI as sg
import os.path import os.path
import random import random