Skip to content

Commit 66d216d

Browse files
committed
prevent import leaks
1 parent 402faf5 commit 66d216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/bin/repl_stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import code
22

3-
code.interact(local=dict(globals(), **locals()))
3+
code.interact()

0 commit comments

Comments
 (0)