summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-09 19:50:56 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-09 19:50:56 +0000
commit8be205894e2292083f3c80ccf98a18835dacb388 (patch)
treef33fba166062572a0a79eefbb239376bd43ca92a
parent278ab9853f4f293a92ad3ae265f51ba454cf24a7 (diff)
downloaddrakx-net-8be205894e2292083f3c80ccf98a18835dacb388.tar
drakx-net-8be205894e2292083f3c80ccf98a18835dacb388.tar.gz
drakx-net-8be205894e2292083f3c80ccf98a18835dacb388.tar.bz2
drakx-net-8be205894e2292083f3c80ccf98a18835dacb388.tar.xz
drakx-net-8be205894e2292083f3c80ccf98a18835dacb388.zip
replace most used modules by connection_manager
-rwxr-xr-xlib/network/netcenter.pm12
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm
index a5910f6..454e574 100755
--- a/lib/network/netcenter.pm
+++ b/lib/network/netcenter.pm
@@ -6,20 +6,10 @@ package network::netcenter;
use strict;
use common;
-use run_program;
-use detect_devices;
-use interactive;
use mygtk2;
use ugtk2 qw(:create :helpers :wrappers);
-use Gtk2::SimpleList;
-use network::monitor;
-use network::signal_strength;
-use network::network;
-use network::tools;
use network::connection;
-use network::connection::wireless;
-use network::connection::cellular_card;
-use network::drakroam;
+use network::connection_manager;
sub filter_networks {
my ($connection) = @_;