tape: renamed src/tape/changer/linux_tape.rs -> src/tape/changer/mtx.rs

This commit is contained in:
Dietmar Maurer 2021-01-10 10:06:24 +01:00
parent 6fe16039b9
commit e6217b8b36
2 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ pub use parse_mtx_status::*;
mod mtx_wrapper;
pub use mtx_wrapper::*;
mod linux_tape;
pub use linux_tape::*;
mod mtx;
pub use mtx::*;
use anyhow::Error;