remove api_schema submodule

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-11-22 09:29:16 +01:00
parent e57e1cd82d
commit be2bb37205
7 changed files with 5 additions and 300 deletions

View File

@ -3,10 +3,10 @@ use serde_json::Value;
use std::collections::{HashMap, HashSet};
use proxmox::api::format::*;
use proxmox::api::schema::*;
use proxmox::api::{ApiHandler, ApiMethod};
use crate::api_schema::format::*;
use super::environment::CliEnvironment;
use super::getopts;