Skip to content

Commit bf955bc

Browse files
use correct reload
1 parent f42ad9b commit bf955bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/sitefix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def reload(module):
3939
sys.stderr = orig_stderr
4040
sys.stdin = orig_stdin
4141
else:
42-
builtins.reload(sys)
42+
orig_reload(sys)
4343

4444
functools.update_wrapper(reload, orig_reload)
4545

0 commit comments

Comments
 (0)