Skip to content

Commit 13dc706

Browse files
committed
Use relative import
1 parent 10072cb commit 13dc706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tools for preparing code to be run in the REPL (removing blank lines,
22
etc)"""
33

4-
from bpython.lazyre import LazyReCompile
4+
from ..lazyre import LazyReCompile
55

66
# TODO specifically catch IndentationErrors instead of any syntax errors
77

0 commit comments

Comments
 (0)