mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-03 18:29:04 +00:00
Update other stuff to use the root of rustpython_bytecode
This commit is contained in:
parent
452cd308d5
commit
13f3ec5b2b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use rustpython_bytecode::bytecode::CodeObject;
|
||||
use rustpython_bytecode::CodeObject;
|
||||
use rustpython_compiler_core::{compile, symboltable};
|
||||
use rustpython_parser::{ast::Location, parser};
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue