X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2Flist.pm;h=2190ad6346ffbb6c3a40b8eed8f2d57a801160d1;hp=aed0a54764f0190e2398e57bc7d020d2cd2e7f6c;hb=c9138c03bcb92d01e8c7d9f195ac2f9b4d5458b3;hpb=a086d1ce00cd52814070f36d73ca67b94b3cf981 diff --git a/PVE/APIClient/Commands/list.pm b/PVE/APIClient/Commands/list.pm index aed0a54..2190ad6 100644 --- a/PVE/APIClient/Commands/list.pm +++ b/PVE/APIClient/Commands/list.pm @@ -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',