X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2Flxc.pm;h=601f86f208faaf16597ddcf9620c0df5352bb910;hp=d535188e790e22ee98131a324c911014f4fbace6;hb=c9138c03bcb92d01e8c7d9f195ac2f9b4d5458b3;hpb=a086d1ce00cd52814070f36d73ca67b94b3cf981 diff --git a/PVE/APIClient/Commands/lxc.pm b/PVE/APIClient/Commands/lxc.pm index d535188..601f86f 100644 --- a/PVE/APIClient/Commands/lxc.pm +++ b/PVE/APIClient/Commands/lxc.pm @@ -11,11 +11,11 @@ use MIME::Base64; use Digest::SHA; use HTTP::Response; -use PVE::JSONSchema qw(get_standard_option); -use PVE::CLIHandler; -use PVE::PTY; +use PVE::APIClient::JSONSchema qw(get_standard_option); +use PVE::APIClient::CLIHandler; +use PVE::APIClient::PTY; -use base qw(PVE::CLIHandler); +use base qw(PVE::APIClient::CLIHandler); use PVE::APIClient::Config; my $CRLF = "\x0D\x0A";