diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-01-20 00:31:57 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-01-20 00:31:57 +0000 |
commit | c0456306505c337b002e42bfaeaebe164d42d3ba (patch) | |
tree | ab6d59ec5f9800bf6583c1c2aeefddf5248e8d94 /pxe_wizard | |
parent | 13947edd5bef0470aaea3f4013c02ad275627e90 (diff) | |
download | drakwizard-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.pm | 3 |
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; |