+ fix import
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,8 +1,12 @@
|
||||
__pycache__/
|
||||
res/output/
|
||||
<<<<<<< HEAD
|
||||
res/input/*
|
||||
.vscode/*
|
||||
*.json
|
||||
=======
|
||||
res/input/
|
||||
>>>>>>> 351dc2e6d0158a1b81601f48503f761ea4995e58
|
||||
*.pyc
|
||||
*.png
|
||||
debug.py
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user