summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
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