Remove 00scripts-home.pth for Fedora 15
The path for user-installed Python modules needs to change anyway from
~/lib/python2.6/site-packages because the Python version is changing,
and nobody will be using ~/lib/python2.7/site-packages yet, so let’s
take this opportunity to switch to the upstream-supported path:
~/.local/lib/python2.7/site-packages.
This is also where modules installed using ‘easy_install --user’ go.
(The relevant documentation has already been updated, since this works
already as of Python 2.6.)