Update other stuff to use the root of rustpython_bytecode

This commit is contained in:
Noah 2020-12-19 14:42:52 -06:00
parent 452cd308d5
commit 13f3ec5b2b

View file

@ -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;