summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-01-20 00:31:57 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-01-20 00:31:57 +0000
commitc0456306505c337b002e42bfaeaebe164d42d3ba (patch)
treeab6d59ec5f9800bf6583c1c2aeefddf5248e8d94 /pxe_wizard
parent13947edd5bef0470aaea3f4013c02ad275627e90 (diff)
downloaddrakwizard-c0456306505c337b002e42bfaeaebe164d42d3ba.tar
drakwizard-c0456306505c337b002e42bfaeaebe164d42d3ba.tar.gz
drakwizard-c0456306505c337b002e42bfaeaebe164d42d3ba.tar.bz2
drakwizard-c0456306505c337b002e42bfaeaebe164d42d3ba.tar.xz
drakwizard-c0456306505c337b002e42bfaeaebe164d42d3ba.zip
update comment
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 16d23f1f..5d50db84 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -2,7 +2,7 @@
# Drakwizard PXE
# release 0.2
-# Copyright (C) 2003 Mandrakesoft
+# Copyright (C) 2004 Mandrakesoft
#
# Author: Antoine Ginies <aginies _ateuh _ mandrakesoft.com>
#
@@ -23,7 +23,6 @@
package MDK::Wizard::Pxe;
use lib qw(/usr/lib/libDrakX);
use strict;
-
use common;
use services;
use MDK::Wizard::Wizcommon;