[pve-devel] [PATCH manager 2/2] use PVE::RESTHandler explicitly

Dominik Csapak d.csapak at proxmox.com
Fri Jun 15 15:28:46 CEST 2018


since we use it in the code

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 bin/pvesh | 1 +
 1 file changed, 1 insertion(+)

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;
-- 
2.11.0





More information about the pve-devel mailing list