]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/CLI/pvesr.pm
renamed: PVE/API2/StorageReplication.pm -> PVE/API2/Storage/Replication.pm
[pve-storage.git] / PVE / CLI / pvesr.pm
index 6f3712cb1e9405326bb545bb91084e542d2a3a69..59321e28fd86a6362df776124bd467050fa514fd 100644 (file)
@@ -2,15 +2,16 @@ package PVE::CLI::pvesr;
 
 use strict;
 use warnings;
+use POSIX qw(strftime);
 
-use PVE::API2::StorageReplication;
 use PVE::JSONSchema qw(get_standard_option);
 use PVE::INotify;
 use PVE::RPCEnvironment;
 use PVE::Tools qw(extract_param);
 use PVE::SafeSyslog;
 use PVE::CLIHandler;
-use POSIX qw(strftime);
+
+use PVE::API2::Storage::Replication;
 
 use base qw(PVE::CLIHandler);