Skip to content

Commit b8ef736

Browse files
committed
Add to sys.path, not sys.path_info
1 parent 56afafa commit b8ef736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/testsuite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
def add_to_path(path):
27-
"""Adds an entry to sys.path_info if it's not already there. This does
27+
"""Adds an entry to sys.path if it's not already there. This does
2828
not append it but moves it to the front so that we can be sure it
2929
is loaded.
3030
"""

0 commit comments

Comments
 (0)