summaryrefslogtreecommitdiff
path: root/Cython/Debugger
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-04 11:04:59 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-04 11:04:59 +0200
commit135b6da9dc52865839dc235fe6101be84bbdc67f (patch)
tree7eb07872119d2b94ffc42ea1efbcb01b71c17ef7 /Cython/Debugger
parent2648f3f7cecba21c0b93032ec0c44f94097c2aac (diff)
downloadcython-135b6da9dc52865839dc235fe6101be84bbdc67f.tar.gz
Add missing import
Diffstat (limited to 'Cython/Debugger')
-rw-r--r--Cython/Debugger/libpython.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cython/Debugger/libpython.py b/Cython/Debugger/libpython.py
index 82a471191..26f3f696c 100644
--- a/Cython/Debugger/libpython.py
+++ b/Cython/Debugger/libpython.py
@@ -1940,6 +1940,7 @@ PyLocals()
## added, not in CPython
##################################################################
+import re
import atexit
import warnings
import tempfile