summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_auto_install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-11 19:47:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-11 19:47:17 +0000
commit0fdbef3b6999625e30972b2136856ee05eebcb5c (patch)
tree6ac68f9cc88b8681f95c00c7c99150ec3ab3c45f /perl-install/install/steps_auto_install.pm
parent5a1c8c6c2cdd54d5319e15b901a71700cc00bb63 (diff)
downloaddrakx-backup-do-not-use-0fdbef3b6999625e30972b2136856ee05eebcb5c.tar
drakx-backup-do-not-use-0fdbef3b6999625e30972b2136856ee05eebcb5c.tar.gz
drakx-backup-do-not-use-0fdbef3b6999625e30972b2136856ee05eebcb5c.tar.bz2
drakx-backup-do-not-use-0fdbef3b6999625e30972b2136856ee05eebcb5c.tar.xz
drakx-backup-do-not-use-0fdbef3b6999625e30972b2136856ee05eebcb5c.zip
revert wrong change
committed in "Apr 28 15:47:50 2006" when moving install_steps_auto_install to install::step_auto_install. commit not available in svn, but can be seen in svn_corrupted
Diffstat (limited to 'perl-install/install/steps_auto_install.pm')
-rw-r--r--perl-install/install/steps_auto_install.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/steps_auto_install.pm b/perl-install/install/steps_auto_install.pm
index f6b556a9d..a8327df97 100644
--- a/perl-install/install/steps_auto_install.pm
+++ b/perl-install/install/steps_auto_install.pm
@@ -11,7 +11,6 @@ use vars qw(@ISA $graphical @graphical_steps);
#-######################################################################################
use common;
use install::steps;
-use install::steps_gtk;
sub new {
my ($type, $o) = @_;