diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-02-27 21:14:49 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-02-27 21:14:49 +0000 |
commit | 81af99f1bac07ea318d2837a4d7f15aebfb9bcf1 (patch) | |
tree | e0d429e928ed6430d977bfec7df1b4ab25b718b1 /constants.py | |
parent | f24d51810f50fc95d1e4556ca36199dae4435647 (diff) | |
download | anaconda-81af99f1bac07ea318d2837a4d7f15aebfb9bcf1.tar.gz anaconda-81af99f1bac07ea318d2837a4d7f15aebfb9bcf1.tar.xz anaconda-81af99f1bac07ea318d2837a4d7f15aebfb9bcf1.zip |
betanag back on
Diffstat (limited to 'constants.py')
-rw-r--r-- | constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py index 069d949d1..8365de134 100644 --- a/constants.py +++ b/constants.py @@ -15,7 +15,7 @@ from rhpl.translate import N_ -BETANAG = 0 +BETANAG = 1 DEBUG = 0 |