]> granicus.if.org Git - python/commit
Change one name in packaging’s test_uninstall to avoid confusion.
authorÉric Araujo <merwok@netwok.org>
Thu, 6 Oct 2011 02:59:41 +0000 (04:59 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 6 Oct 2011 02:59:41 +0000 (04:59 +0200)
commit2c30e3999cb2a1c46d19d903b055cf4267a27f80
tree605bd0021017f2c713a9c512c01ae76594d216ac
parent76558e12ad377a0bc160935cf17ef54ff3292a4d
Change one name in packaging’s test_uninstall to avoid confusion.

install_lib may be the name of a module, a command or an option, so I
find it clearer to use site_packages to refer to a string object
containing the path of the site-packages directory created in a
temporary directory during tests.
Lib/packaging/tests/test_uninstall.py