From 13f3ec5b2ba721e795cfeed421e3d483815a91ff Mon Sep 17 00:00:00 2001 From: Noah <33094578+coolreader18@users.noreply.github.com> Date: Sat, 19 Dec 2020 14:42:52 -0600 Subject: [PATCH] Update other stuff to use the root of rustpython_bytecode --- porcelain/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porcelain/src/lib.rs b/porcelain/src/lib.rs index bdf93ee031..9996c042fe 100644 --- a/porcelain/src/lib.rs +++ b/porcelain/src/lib.rs @@ -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;