mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 06:38:39 +00:00
api tools: improve use-statement sorting and grouping
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f6395eb69c
commit
e02db471ab
@ -2,19 +2,20 @@ package PVE::API2Tools;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Net::IP;
|
|
||||||
|
|
||||||
use PVE::Exception qw(raise_param_exc);
|
|
||||||
use PVE::Tools;
|
|
||||||
use PVE::INotify;
|
|
||||||
use PVE::Cluster;
|
|
||||||
use PVE::DataCenterConfig;
|
|
||||||
use PVE::RPCEnvironment;
|
|
||||||
use Digest::MD5 qw(md5_hex);
|
use Digest::MD5 qw(md5_hex);
|
||||||
use URI;
|
use Net::IP;
|
||||||
use URI::Escape;
|
use URI::Escape;
|
||||||
|
use URI;
|
||||||
|
|
||||||
|
use PVE::Cluster;
|
||||||
|
use PVE::DataCenterConfig; # so we can cfs-read datacenter.cfg
|
||||||
|
use PVE::Exception qw(raise_param_exc);
|
||||||
|
use PVE::INotify;
|
||||||
|
use PVE::RPCEnvironment;
|
||||||
use PVE::SafeSyslog;
|
use PVE::SafeSyslog;
|
||||||
use PVE::Storage::Plugin;
|
use PVE::Storage::Plugin;
|
||||||
|
use PVE::Tools;
|
||||||
|
|
||||||
my $hwaddress;
|
my $hwaddress;
|
||||||
my $hwaddress_st = {};
|
my $hwaddress_st = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user