From b8ef7360eb80b2018c21384f1f32693ab22595d0 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 23 Sep 2011 10:34:41 +0300 Subject: [PATCH] Add to sys.path, not sys.path_info --- flask/testsuite/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/testsuite/__init__.py b/flask/testsuite/__init__.py index 7ac7b536..76a4d724 100644 --- a/flask/testsuite/__init__.py +++ b/flask/testsuite/__init__.py @@ -24,7 +24,7 @@ from werkzeug.utils import import_string, find_modules def add_to_path(path): - """Adds an entry to sys.path_info if it's not already there. This does + """Adds an entry to sys.path if it's not already there. This does not append it but moves it to the front so that we can be sure it is loaded. """