proxmox 0.10: adapt to moved ParameterSchema
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
		@ -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,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user