diff options
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; |