Signed-off-by: Dietmar Maurer <[email protected]>
---
PVE/APIClient/Commands/list.pm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/PVE/APIClient/Commands/list.pm b/PVE/APIClient/Commands/list.pm
index 2190ad6..db00da7 100644
--- a/PVE/APIClient/Commands/list.pm
+++ b/PVE/APIClient/Commands/list.pm
@@ -6,6 +6,9 @@ use JSON;
use PVE::APIClient::JSONSchema qw(get_standard_option);
+use PVE::APIClient::Config;
+use PVE::APIClient::CLIHandler;
+
use base qw(PVE::APIClient::CLIHandler);
__PACKAGE__->register_method ({
@@ -55,4 +58,4 @@ __PACKAGE__->register_method ({
our $cmddef = [ __PACKAGE__, 'list', ['remote']];
-1;
\ No newline at end of file
+1;
--
2.11.0
_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel