summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-xperl-install/standalone/draksec2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec
index 33be1e531..470f7d512 100755
--- a/perl-install/standalone/draksec
+++ b/perl-install/standalone/draksec
@@ -27,7 +27,7 @@ use ugtk2 qw(:helpers :wrappers :ask :create);
use run_program;
use security::level;
use security::msec;
-use security::help qw(help);
+use security::help;
$MODE = 'basic';
$0 =~ /draksec-firewall$/ and $MODE = 'firewall';