summaryrefslogtreecommitdiff
path: root/python/helpers/pydev/pydevd_file_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/helpers/pydev/pydevd_file_utils.py')
-rw-r--r--python/helpers/pydev/pydevd_file_utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/helpers/pydev/pydevd_file_utils.py b/python/helpers/pydev/pydevd_file_utils.py
index c135c4bd5ad4..147aa66b946d 100644
--- a/python/helpers/pydev/pydevd_file_utils.py
+++ b/python/helpers/pydev/pydevd_file_utils.py
@@ -38,6 +38,10 @@
machine for the paths that'll actually have breakpoints).
'''
+
+
+
+from pydevd_constants import * #@UnusedWildImport
import os.path
import sys
import traceback