From 71e589ed703e79973b203b046a10cd36f2d8aee7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 12:45:01 +0000 Subject: style --- bin/drakconnect | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/drakconnect') diff --git a/bin/drakconnect b/bin/drakconnect index 7f8d98a..d786711 100755 --- a/bin/drakconnect +++ b/bin/drakconnect @@ -21,14 +21,11 @@ # 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); - # i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX) BEGIN { unshift @::textdomains, 'drakx-net' } +use strict; use standalone; #- warning, standalone must be loaded very first, for 'explanations' - use interactive; use common; use network::network; -- cgit v1.2.1