summaryrefslogtreecommitdiffstats
path: root/perl-install/loopback.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/loopback.pm')
-rw-r--r--perl-install/loopback.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/loopback.pm b/perl-install/loopback.pm
index 64dbe079e..bdb580a8b 100644
--- a/perl-install/loopback.pm
+++ b/perl-install/loopback.pm
@@ -8,7 +8,7 @@ use strict;
#-######################################################################################
use MDK::Common::System;
use common;
-use partition_table qw(:types);
+use fs::type;
use fs;
use fsedit;
use log;