renamed src/tape/sgutils2.rs -> src/tools/sgutils2.rs

This commit is contained in:
Dietmar Maurer
2021-01-21 17:57:17 +01:00
parent 83fb2da53e
commit 9372c0787d
7 changed files with 7 additions and 18 deletions

View File

@ -9,9 +9,9 @@ use proxmox::tools::io::ReadExt;
use crate::{
api2::types::MamAttribute,
tools::sgutils2::SgRaw,
tape::{
drive::TapeAlertFlags,
sgutils2::SgRaw,
},
};