diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-07-11 08:01:10 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-07-11 08:01:10 +0000 |
commit | 7bed065f10f0cf7e4995148fecf07fc2d899fa75 (patch) | |
tree | d44743b829e13be41bb0a34d52b55fd8dffacfbc /perl-install/standalone/drakids | |
parent | fccf12fa94e4e40e22da28afd107e70fc3b8ef4a (diff) | |
download | drakx-7bed065f10f0cf7e4995148fecf07fc2d899fa75.tar drakx-7bed065f10f0cf7e4995148fecf07fc2d899fa75.tar.gz drakx-7bed065f10f0cf7e4995148fecf07fc2d899fa75.tar.bz2 drakx-7bed065f10f0cf7e4995148fecf07fc2d899fa75.tar.xz drakx-7bed065f10f0cf7e4995148fecf07fc2d899fa75.zip |
use standalone
Diffstat (limited to 'perl-install/standalone/drakids')
-rw-r--r-- | perl-install/standalone/drakids | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakids b/perl-install/standalone/drakids index 990d2a268..a09b1879e 100644 --- a/perl-install/standalone/drakids +++ b/perl-install/standalone/drakids @@ -3,6 +3,7 @@ use strict; use lib qw(/usr/lib/libDrakX); use common; +use standalone; use Socket; use mygtk2 qw(gtknew); |