]> git.proxmox.com Git - pve-access-control.git/commitdiff
pveum: cleanup outdated use statements
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 6 Nov 2019 12:36:26 +0000 (13:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Nov 2019 11:19:23 +0000 (12:19 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/CLI/pveum.pm

index 5fd15fe41f1bc7cbc6b8ad984acb1435bf3d0c48..c3945355a85cf58e253e6074e66662682d5ce5c8 100755 (executable)
@@ -2,20 +2,13 @@ package PVE::CLI::pveum;
 
 use strict;
 use warnings;
-use Getopt::Long;
-use PVE::Tools qw(run_command);
-use PVE::Cluster;
-use PVE::SafeSyslog;
-use PVE::AccessControl;
-use File::Path qw(make_path remove_tree);
-use PVE::INotify;
+
 use PVE::RPCEnvironment;
 use PVE::API2::User;
 use PVE::API2::Group;
 use PVE::API2::Role;
 use PVE::API2::ACL;
 use PVE::API2::AccessControl;
-use PVE::JSONSchema qw(get_standard_option);
 use PVE::CLIHandler;
 use PVE::PTY;