proxmox 0.10: adapt to moved ParameterSchema
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
0bfcea6a11
commit
29a59b380c
@ -26,7 +26,6 @@ use proxmox::api::{
|
||||
ApiHandler,
|
||||
ApiMethod,
|
||||
HttpError,
|
||||
ParameterSchema,
|
||||
Permission,
|
||||
RpcEnvironment,
|
||||
RpcEnvironmentType,
|
||||
@ -34,6 +33,7 @@ use proxmox::api::{
|
||||
};
|
||||
use proxmox::api::schema::{
|
||||
ObjectSchemaType,
|
||||
ParameterSchema,
|
||||
parse_parameter_strings,
|
||||
parse_simple_value,
|
||||
verify_json_object,
|
||||
|
Loading…
Reference in New Issue
Block a user