summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-28 19:37:29 +0000
committerMatt Wilson <msw@redhat.com>2000-02-28 19:37:29 +0000
commitf760073faa3fe42414a44f14680f14e177bd4903 (patch)
tree9f89d469ec3b672044b1e56c70f7b19e791430b9 /todo.py
parent58356572e73c7c099f932f7f579995ff50f7ead6 (diff)
downloadanaconda-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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index 4d6e4faa2..25b245a59 100644
--- a/todo.py
+++ b/todo.py
@@ -1,4 +1,6 @@
import rpm, os
+rpm.addMacro("_i18ndomains", "redhat-dist");
+
import iutil, isys
from lilo import LiloConfiguration
arch = iutil.getArch ()