diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-06 13:10:05 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-06 13:10:05 +0000 |
commit | 5ee5f745ef8b7e123e618cdf91f581d064c72e75 (patch) | |
tree | c456e17215c94b6c5624210c5234152d8ac37e46 /urpmi.addmedia | |
parent | b3019a50283f6e7717e1c3163351b5affd231e7e (diff) | |
download | urpmi-5ee5f745ef8b7e123e618cdf91f581d064c72e75.tar urpmi-5ee5f745ef8b7e123e618cdf91f581d064c72e75.tar.gz urpmi-5ee5f745ef8b7e123e618cdf91f581d064c72e75.tar.bz2 urpmi-5ee5f745ef8b7e123e618cdf91f581d064c72e75.tar.xz urpmi-5ee5f745ef8b7e123e618cdf91f581d064c72e75.zip |
fixed newer export methodology.
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 417d1396..179524de 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -21,9 +21,6 @@ #use strict qw(subs vars refs); use urpm; -#- get I18N translation method. -import urpm N; - sub main { my ($name, $url, $with, $relative_hdlist, %options); #- parse /etc/urpmi/mirror.config if present, or use default mandrake mirror. |