diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-18 18:51:23 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-18 18:51:23 +0000 |
commit | c0dc39b123b219bd6a4878ab3e0fe5b8a8331450 (patch) | |
tree | a4ca2ff89bed4e739607b50814c5717f7d5993cd /packages.py | |
parent | 34715202e2e88fda6f403b5b9fcffe13b156f63d (diff) | |
download | anaconda-c0dc39b123b219bd6a4878ab3e0fe5b8a8331450.tar.gz anaconda-c0dc39b123b219bd6a4878ab3e0fe5b8a8331450.tar.xz anaconda-c0dc39b123b219bd6a4878ab3e0fe5b8a8331450.zip |
use specspo in anaconda
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.py b/packages.py index 81846f2b1..406f5faef 100644 --- a/packages.py +++ b/packages.py @@ -28,6 +28,8 @@ from constants import * from translate import _ from syslogd import syslog +rpm.addMacro("_i18ndomains", "redhat-dist") + def queryUpgradeContinue(intf, dir): if dir == DISPATCH_FORWARD: return |