api/compat: drop more compat imports from api_schema.rs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-11-21 14:36:28 +01:00
parent cc4ecf80b0
commit a2479cfa1a
21 changed files with 67 additions and 77 deletions

View File

@ -1,12 +1,12 @@
use failure::*;
//use std::collections::HashMap;
use crate::api_schema::*;
use crate::api_schema::router::*;
use crate::backup::*;
use serde_json::{json, Value};
use std::path::PathBuf;
use failure::*;
use serde_json::{json, Value};
use proxmox::api::{ApiHandler, ApiMethod, Router, RpcEnvironment};
use proxmox::api::schema::*;
use crate::backup::*;
use crate::config::datastore;
pub const GET: ApiMethod = ApiMethod::new(