]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/Commands/config.pm
use packages from PVE::APIClient
[pve-client.git] / PVE / APIClient / Commands / config.pm
index 6f24e2c66913cd00c3f31f4ea3468952adf77c56..d467b4c7102f6d8eee44cc09ba6daee5a54e02d9 100644 (file)
@@ -4,13 +4,13 @@ use strict;
 use warnings;
 use Data::Dumper;
 
-use PVE::JSONSchema qw(get_standard_option);
+use PVE::APIClient::JSONSchema qw(get_standard_option);
 use PVE::APIClient::Tools qw(extract_param);
 use PVE::APIClient::Config;
 
-use PVE::CLIHandler;
+use PVE::APIClient::CLIHandler;
 
-use base qw(PVE::CLIHandler);
+use base qw(PVE::APIClient::CLIHandler);
 
 __PACKAGE__->register_method ({
     name => 'list',