]> git.proxmox.com Git - qemu-server.git/commitdiff
PVE::QemuMigrate. do not use JSON - not required here
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 06:51:38 +0000 (08:51 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 06:51:38 +0000 (08:51 +0200)
PVE/QemuMigrate.pm

index 36f6fda54bfdadfa4baf267fc056da31612192e8..c749658b4a8facf9e06dc2b61cc30d883fbd66f2 100644 (file)
@@ -15,7 +15,7 @@ use Time::HiRes qw( usleep );
 use PVE::RPCEnvironment;
 use PVE::ReplicationConfig;
 use PVE::ReplicationState;
-use JSON;
+use PVE::Replication;
 
 use base qw(PVE::AbstractMigrate);