]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api2/tape/changer.rs
update to first proxmox crate split
[proxmox-backup.git] / src / api2 / tape / changer.rs
index 3d9dcb70743fee477b13bb71762bc37d7da87930..6a99ca37ec9884395c35f22ecc3251743eabd1f4 100644 (file)
@@ -4,8 +4,8 @@ use std::path::Path;
 use anyhow::Error;
 use serde_json::Value;
 
-use proxmox::api::{api, Router, SubdirMap, RpcEnvironment, Permission};
-use proxmox::list_subdirs_api_method;
+use proxmox_schema::api;
+use proxmox_router::{list_subdirs_api_method, Permission, Router, RpcEnvironment, SubdirMap};
 
 use pbs_api_types::{
     Authid, ChangerListEntry, LtoTapeDrive, MtxEntryKind, MtxStatusEntry, ScsiTapeChanger,