]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/Commands/list.pm
use packages from PVE::APIClient
[pve-client.git] / PVE / APIClient / Commands / list.pm
index aed0a54764f0190e2398e57bc7d020d2cd2e7f6c..2190ad6346ffbb6c3a40b8eed8f2d57a801160d1 100644 (file)
@@ -4,9 +4,9 @@ use strict;
 use warnings;
 use JSON;
 
-use PVE::JSONSchema qw(get_standard_option);
+use PVE::APIClient::JSONSchema qw(get_standard_option);
 
-use base qw(PVE::CLIHandler);
+use base qw(PVE::APIClient::CLIHandler);
 
 __PACKAGE__->register_method ({
     name => 'list',