summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-10-26 21:15:50 +0000
committerJeremy Katz <katzj@redhat.com>2003-10-26 21:15:50 +0000
commite5fc2e674d1f619a7810bc8557431db3b9e05715 (patch)
treee2e430aef85995e8ae085c3366e2b98ab899d1ce /constants.py
parentbaa0dce9401637d2a9010e0253c1c89c90d8ec26 (diff)
downloadanaconda-e5fc2e674d1f619a7810bc8557431db3b9e05715.tar.gz
anaconda-e5fc2e674d1f619a7810bc8557431db3b9e05715.tar.xz
anaconda-e5fc2e674d1f619a7810bc8557431db3b9e05715.zip
turn off beta nag
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 88df39970..0f9c48814 100644
--- a/constants.py
+++ b/constants.py
@@ -15,7 +15,7 @@
from rhpl.translate import N_
-BETANAG = 1
+BETANAG = 0
DEBUG = 0