From fc51b57d4e2f0ef85ec99229256294dc869f474a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 5 Nov 2002 19:48:15 +0000 Subject: turn on betanag and debug for beta1 --- constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'constants.py') 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 -- cgit