summaryrefslogtreecommitdiff
path: root/python/helpers/pydev/django_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/helpers/pydev/django_debug.py')
-rw-r--r--python/helpers/pydev/django_debug.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/helpers/pydev/django_debug.py b/python/helpers/pydev/django_debug.py
index 417ff0190e84..2b17864db47e 100644
--- a/python/helpers/pydev/django_debug.py
+++ b/python/helpers/pydev/django_debug.py
@@ -2,6 +2,7 @@ import inspect
from django_frame import DjangoTemplateFrame
from pydevd_comm import CMD_SET_BREAK
from pydevd_constants import DJANGO_SUSPEND, GetThreadId, DictContains
+from pydevd_file_utils import NormFileToServer
from pydevd_breakpoints import LineBreakpoint
import pydevd_vars
import traceback