renamed: PVE/API2/StorageReplication.pm -> PVE/API2/Storage/Replication.pm

This commit is contained in:
Dietmar Maurer
2017-05-05 09:18:14 +02:00
parent 4857e862e3
commit 76c358149a
4 changed files with 5 additions and 5 deletions

View 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);