diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-11 19:47:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-11 19:47:17 +0000 |
commit | 0fdbef3b6999625e30972b2136856ee05eebcb5c (patch) | |
tree | 6ac68f9cc88b8681f95c00c7c99150ec3ab3c45f /perl-install/install/steps_auto_install.pm | |
parent | 5a1c8c6c2cdd54d5319e15b901a71700cc00bb63 (diff) | |
download | drakx-0fdbef3b6999625e30972b2136856ee05eebcb5c.tar drakx-0fdbef3b6999625e30972b2136856ee05eebcb5c.tar.gz drakx-0fdbef3b6999625e30972b2136856ee05eebcb5c.tar.bz2 drakx-0fdbef3b6999625e30972b2136856ee05eebcb5c.tar.xz drakx-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.pm | 1 |
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) = @_; |