X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=pveclient;h=a16906689623d322ee26a8250324d5011aa60406;hp=ded673656256f7c63ba74f85116ddd9755843431;hb=c9138c03bcb92d01e8c7d9f195ac2f9b4d5458b3;hpb=ca3269f4d89085a2bbbe5ebfdff08966416175d9 diff --git a/pveclient b/pveclient index ded6736..a169066 100755 --- a/pveclient +++ b/pveclient @@ -7,8 +7,8 @@ use warnings; use Cwd 'abs_path'; use Data::Dumper; -use PVE::JSONSchema qw(register_standard_option get_standard_option); -use PVE::CLIHandler; +use PVE::APIClient::JSONSchema qw(register_standard_option get_standard_option); +use PVE::APIClient::CLIHandler; use PVE::APIClient::LWP; use PVE::APIClient::Helpers; @@ -31,7 +31,7 @@ sub call_method { die "implement me"; } -use base qw(PVE::CLIHandler); +use base qw(PVE::APIClient::CLIHandler); my $cmd = $ARGV[0];