Skip to content

Commit 47ea5ee

Browse files
More clean up
1 parent 3f13a28 commit 47ea5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bpython/importcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def find_all_modules(path=None):
237237
if path is None:
238238
modules.update(try_decode(m, "ascii") for m in sys.builtin_module_names)
239239
path = sys.path
240-
path = ['/Users/eerichart/bpython']
240+
241241
for p in path:
242242
if not p:
243243
p = os.curdir

0 commit comments

Comments
 (0)