summaryrefslogtreecommitdiffstats
path: root/Wiztemplate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Wiztemplate.pm')
-rwxr-xr-xWiztemplate.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/Wiztemplate.pm b/Wiztemplate.pm
index 9392ce03..4089912f 100755
--- a/Wiztemplate.pm
+++ b/Wiztemplate.pm
@@ -22,12 +22,10 @@
package WizTemplate;
use strict;
-use standalone;
-use interactive;
use common;
-require "MDK/Wizard/IFCFG.pm";
+use MDK::Wizard::IFCFG;
-my $net = new IFCFG;
+my $wiz = new Wizcommon;
my $o = {
name => N('configuration wizard'),