From 21980c17bfe65eb14c8f43069678f19e1d209e08 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 20 Mar 2004 08:34:06 +0000 Subject: reorder modules import --- perl-install/standalone/drakxtv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 1c62b20be..83913485d 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -18,16 +18,16 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +use strict; use lib qw(/usr/lib/libDrakX); +use common; use standalone; #- warning, standalone must be loaded very first, for 'explanations' use interactive; -use strict; use detect_devices; use lang; use log; -use common; my $in = 'interactive'->vnew; -- cgit v1.2.1