mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 23:03:55 +00:00
proxy: group and sort use statements
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
25f7446c90
commit
bc9172758c
@ -3,26 +3,25 @@ package PVE::Service::pveproxy;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use PVE::SafeSyslog;
|
|
||||||
use PVE::Daemon;
|
|
||||||
use HTTP::Response;
|
|
||||||
use Encode;
|
|
||||||
use URI;
|
|
||||||
use URI::QueryParam;
|
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
use PVE::Cluster;
|
use Encode;
|
||||||
use PVE::DataCenterConfig;
|
use HTTP::Response;
|
||||||
use PVE::APIServer::Utils;
|
|
||||||
use PVE::API2;
|
|
||||||
use PVE::APIServer::Formatter;
|
|
||||||
use PVE::APIServer::Formatter::Standard;
|
|
||||||
use PVE::APIServer::Formatter::HTML;
|
|
||||||
use PVE::APIServer::AnyEvent;
|
|
||||||
use PVE::HTTPServer;
|
|
||||||
use PVE::pvecfg;
|
|
||||||
|
|
||||||
use Template;
|
use Template;
|
||||||
|
use URI::QueryParam;
|
||||||
|
use URI;
|
||||||
|
|
||||||
|
use PVE::API2;
|
||||||
|
use PVE::APIServer::AnyEvent;
|
||||||
|
use PVE::APIServer::Formatter::HTML;
|
||||||
|
use PVE::APIServer::Formatter::Standard;
|
||||||
|
use PVE::APIServer::Formatter;
|
||||||
|
use PVE::APIServer::Utils;
|
||||||
|
use PVE::Cluster;
|
||||||
|
use PVE::Daemon;
|
||||||
|
use PVE::DataCenterConfig;
|
||||||
|
use PVE::HTTPServer;
|
||||||
|
use PVE::SafeSyslog;
|
||||||
|
use PVE::pvecfg;
|
||||||
use PVE::Tools;
|
use PVE::Tools;
|
||||||
|
|
||||||
use base qw(PVE::Daemon);
|
use base qw(PVE::Daemon);
|
||||||
|
Loading…
Reference in New Issue
Block a user