summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/drakconnect5
1 files changed, 1 insertions, 4 deletions
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;