summaryrefslogtreecommitdiff
path: root/python/helpers/pydev/pydevd_constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/helpers/pydev/pydevd_constants.py')
-rw-r--r--python/helpers/pydev/pydevd_constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/helpers/pydev/pydevd_constants.py b/python/helpers/pydev/pydevd_constants.py
index e878d3b48ead..5e7a7a926bfb 100644
--- a/python/helpers/pydev/pydevd_constants.py
+++ b/python/helpers/pydev/pydevd_constants.py
@@ -5,7 +5,6 @@ STATE_RUN = 1
STATE_SUSPEND = 2
PYTHON_SUSPEND = 1
-DJANGO_SUSPEND = 2
try:
__setFalse = False