summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-07-09 13:55:31 +0000
committerMatt Wilson <msw@redhat.com>2002-07-09 13:55:31 +0000
commit00d961dc19e8cc9f29803e2fc17310117907e6da (patch)
treeb3627666fb00f414fb084f024923d372e12b52e0 /constants.py
parent66da62a5e3326230dd309ca78ed4590d84ac2728 (diff)
downloadanaconda-00d961dc19e8cc9f29803e2fc17310117907e6da.tar.gz
anaconda-00d961dc19e8cc9f29803e2fc17310117907e6da.tar.xz
anaconda-00d961dc19e8cc9f29803e2fc17310117907e6da.zip
don't forget to check everything in!
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
+
+