diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-25 12:17:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-25 12:17:59 +0000 |
commit | 1d65778f9655a38627e39cad590b53e43a26eb57 (patch) | |
tree | 9b038256e9f326f2c747e66a036317999d55ee3b | |
parent | 62acc8ee7418c6cb916ded01347d6959ae533f82 (diff) | |
download | drakx-backup-do-not-use-1d65778f9655a38627e39cad590b53e43a26eb57.tar drakx-backup-do-not-use-1d65778f9655a38627e39cad590b53e43a26eb57.tar.gz drakx-backup-do-not-use-1d65778f9655a38627e39cad590b53e43a26eb57.tar.bz2 drakx-backup-do-not-use-1d65778f9655a38627e39cad590b53e43a26eb57.tar.xz drakx-backup-do-not-use-1d65778f9655a38627e39cad590b53e43a26eb57.zip |
use MDK::Common
-rw-r--r-- | perl-install/share/po/i18n_compssUsers | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/share/po/i18n_compssUsers b/perl-install/share/po/i18n_compssUsers index 49ca5d6f4..ebdc1b81d 100644 --- a/perl-install/share/po/i18n_compssUsers +++ b/perl-install/share/po/i18n_compssUsers @@ -1,7 +1,6 @@ #!/usr/bin/perl -use lib "../.."; -use common ":common"; +use MDK::Common; sub get { my ($meta_class) = @_; |