From e5fc2e674d1f619a7810bc8557431db3b9e05715 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sun, 26 Oct 2003 21:15:50 +0000 Subject: turn off beta nag --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants.py') 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 -- cgit