mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-16 11:39:23 +00:00
pveum: cleanup outdated use statements
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
f773e2991c
commit
042eaa3dbd
@ -2,20 +2,13 @@ package PVE::CLI::pveum;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
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::RPCEnvironment;
|
||||||
use PVE::API2::User;
|
use PVE::API2::User;
|
||||||
use PVE::API2::Group;
|
use PVE::API2::Group;
|
||||||
use PVE::API2::Role;
|
use PVE::API2::Role;
|
||||||
use PVE::API2::ACL;
|
use PVE::API2::ACL;
|
||||||
use PVE::API2::AccessControl;
|
use PVE::API2::AccessControl;
|
||||||
use PVE::JSONSchema qw(get_standard_option);
|
|
||||||
use PVE::CLIHandler;
|
use PVE::CLIHandler;
|
||||||
use PVE::PTY;
|
use PVE::PTY;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user