Skip to content

Commit 9f98317

Browse files
added clarifying comment to path add
--HG-- branch : scroll-frontend
1 parent 452f282 commit 9f98317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/scroll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main(args=None, locals_=None, banner=None):
4242
term.render_to_terminal(array, cursor_pos)
4343
raise SystemExit(exit_value)
4444
else:
45-
sys.path.insert(0, '')
45+
sys.path.insert(0, '') # expected for interactive sessions (python does it)
4646

4747
while True:
4848
try:

0 commit comments

Comments
 (0)