5
0
mirror of git://git.proxmox.com/git/proxmox-i18n.git synced 2024-12-22 21:33:51 +03:00

js generator: improve use statements

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-04-17 14:04:01 +02:00
parent 53973d4663
commit e6fbfe8bff

View File

@ -1,12 +1,14 @@
#!/usr/bin/perl
use strict;
use Time::Local;
use PVE::Tools;
use Data::Dumper;
use Locale::PO;
use Getopt::Std;
use warnings;
use Encode;
use Getopt::Std;
use Locale::PO;
use Time::Local;
use PVE::Tools;
my $options = {};