We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10072cb commit 13dc706Copy full SHA for 13dc706
bpython/curtsiesfrontend/preprocess.py
@@ -1,7 +1,7 @@
1
"""Tools for preparing code to be run in the REPL (removing blank lines,
2
etc)"""
3
4
-from bpython.lazyre import LazyReCompile
+from ..lazyre import LazyReCompile
5
6
# TODO specifically catch IndentationErrors instead of any syntax errors
7
0 commit comments