Fix typo in wsgiref name

This commit is contained in:
Donald Stufft 2017-03-18 15:19:44 -04:00
parent 310bcfc78f
commit 24bc64fddd
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def expanduser(path):
# dist.location (py27:`sysconfig.get_paths()['stdlib']`,
# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may
# make this ineffective, so hard-coding
stdlib_pkgs = {"python", "Wsgiref", "argparse"}
stdlib_pkgs = {"python", "wsgiref", "argparse"}
# windows detection, covers cpython and ironpython