From: Dominik Csapak Date: Fri, 15 Jun 2018 13:28:46 +0000 (+0200) Subject: use PVE::RESTHandler explicitly X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f9c9a7da8cf8190b11f90a60a87b7eafc7d00db9;p=pve-manager.git use PVE::RESTHandler explicitly since we use it in the code Signed-off-by: Dominik Csapak --- diff --git a/bin/pvesh b/bin/pvesh index 41aec001..5f9b7241 100755 --- a/bin/pvesh +++ b/bin/pvesh @@ -16,6 +16,7 @@ use PVE::SafeSyslog; use PVE::Cluster; use PVE::INotify; use PVE::RPCEnvironment; +use PVE::RESTHandler; use PVE::CLIHandler; use PVE::API2Tools; use PVE::API2;