summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-06 17:38:34 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-06 17:38:34 +0000
commit6e90e2140060e4898450a6678791510d2ee802ff (patch)
treeac89ce92101d5d70a746dea711b4b287d1c7b88b /constants.py
parent0d6b263ae9bb3bfabbb410e859aa5e9b3f4e553d (diff)
downloadanaconda-6e90e2140060e4898450a6678791510d2ee802ff.tar.gz
anaconda-6e90e2140060e4898450a6678791510d2ee802ff.tar.xz
anaconda-6e90e2140060e4898450a6678791510d2ee802ff.zip
disable 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 f2019705d..4a9757c3d 100644
--- a/constants.py
+++ b/constants.py
@@ -15,7 +15,7 @@
from rhpl.translate import N_
-BETANAG = 1
+BETANAG = 0
DEBUG = 0