summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-05 19:48:15 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-05 19:48:15 +0000
commitfc51b57d4e2f0ef85ec99229256294dc869f474a (patch)
tree25505934558e983435d5d8fee9698abf2eaa118a /constants.py
parentf94e879768a9cb35e9e81e85719505a9733b473d (diff)
downloadanaconda-fc51b57d4e2f0ef85ec99229256294dc869f474a.tar.gz
anaconda-fc51b57d4e2f0ef85ec99229256294dc869f474a.tar.xz
anaconda-fc51b57d4e2f0ef85ec99229256294dc869f474a.zip
turn on betanag and debug for beta1
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index f0f9009c9..b87659940 100644
--- a/constants.py
+++ b/constants.py
@@ -13,9 +13,9 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-BETANAG = 0
+BETANAG = 1
-DEBUG = 0
+DEBUG = 1
DISPATCH_BACK = -1
DISPATCH_FORWARD = 1