Fix ImportError

It is not the best idea to name a module just like the native one.
master
Yury Kurlykov 2020-04-28 11:19:40 +10:00
parent 041f4c31fb
commit 6372a043a2
Signed by: t1meshift
GPG Key ID: B133F3167ABF94D8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import coloredlogs
from jasminesnake import __version__, __snake__, LOG_LEVELS
from .js_stream import JSBaseStream, JSStringStream, JSFileStream
from .lex.ErrorListeners import LogErrorListener
from ast import nodes, to_ascii_tree, from_parse_tree
from .ast import to_ascii_tree, from_parse_tree
def create_argument_parser():