summaryrefslogtreecommitdiffstats
path: root/perl-install/network/thirdparty.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-10 04:56:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-10 04:56:14 +0000
commitfef2c4163cbc2d8b99b540fdd5b6af351001c640 (patch)
tree892dc24d653312fb00f4cc4b19898ea61883af2b /perl-install/network/thirdparty.pm
parent6e230863720c63b6a39a53f3c0a15de771a373d2 (diff)
downloaddrakx-fef2c4163cbc2d8b99b540fdd5b6af351001c640.tar
drakx-fef2c4163cbc2d8b99b540fdd5b6af351001c640.tar.gz
drakx-fef2c4163cbc2d8b99b540fdd5b6af351001c640.tar.bz2
drakx-fef2c4163cbc2d8b99b540fdd5b6af351001c640.tar.xz
drakx-fef2c4163cbc2d8b99b540fdd5b6af351001c640.zip
add some "use xxx;" (the idea is to see what the package needs, but i may rollback after understanding better dependencies)
Diffstat (limited to 'perl-install/network/thirdparty.pm')
-rw-r--r--perl-install/network/thirdparty.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm
index 3aa3d7b86..8950832e6 100644
--- a/perl-install/network/thirdparty.pm
+++ b/perl-install/network/thirdparty.pm
@@ -5,6 +5,8 @@ use common;
use detect_devices;
use run_program;
use services;
+use fs::get;
+use fs;
use log;
#- network_settings is an hash of categories (rtc, dsl, wireless, ...)