summaryrefslogtreecommitdiff
path: root/python/helpers/pydev/pydevd_breakpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/helpers/pydev/pydevd_breakpoints.py')
-rw-r--r--python/helpers/pydev/pydevd_breakpoints.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/helpers/pydev/pydevd_breakpoints.py b/python/helpers/pydev/pydevd_breakpoints.py
index 82a230db2f47..1171157257e9 100644
--- a/python/helpers/pydev/pydevd_breakpoints.py
+++ b/python/helpers/pydev/pydevd_breakpoints.py
@@ -8,10 +8,7 @@ _original_excepthook = None
_handle_exceptions = None
-if USE_LIB_COPY:
- import _pydev_threading as threading
-else:
- import threading
+import _pydev_threading as threading
threadingCurrentThread = threading.currentThread