summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 543679b08..4f6b07358 100644
--- a/constants.py
+++ b/constants.py
@@ -13,6 +13,8 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
+DEBUG = 1
+
DISPATCH_BACK = -1
DISPATCH_FORWARD = 1
DISPATCH_NOOP = None
@@ -54,3 +56,5 @@ FIRSTBOOT_RECONFIG = 2
# common string needs to be easy to change
import product
productName = product.productName
+
+