+ fix import
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user