Merge pull request #327 from SimonSapin/patch-2

Add to sys.path, not sys.path_info
This commit is contained in:
Ron DuPlain 2011-09-23 06:02:37 -07:00
commit 436d24ee66

View file

@ -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.
"""