diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-28 19:37:29 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-28 19:37:29 +0000 |
commit | f760073faa3fe42414a44f14680f14e177bd4903 (patch) | |
tree | 9f89d469ec3b672044b1e56c70f7b19e791430b9 /todo.py | |
parent | 58356572e73c7c099f932f7f579995ff50f7ead6 (diff) | |
download | anaconda-f760073faa3fe42414a44f14680f14e177bd4903.tar.gz anaconda-f760073faa3fe42414a44f14680f14e177bd4903.tar.xz anaconda-f760073faa3fe42414a44f14680f14e177bd4903.zip |
add redhat-dist to _i18ndomains macro
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ import rpm, os +rpm.addMacro("_i18ndomains", "redhat-dist"); + import iutil, isys from lilo import LiloConfiguration arch = iutil.getArch () |