Add an autotest site-packages path to the front of the python path.

This gives us an easy way to use our own versions of third party
modules rather than packages installed on the system itself.

Future changes will allow us to build and install our own MySQLdb
and Django versions in site-packages without needing to install it on
the system's python.  (I'm still testing that)

Signed-off-by: Gregory Smith <gps@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3649 592f7852-d20e-0410-864c-8624ca9c26a4
2 files changed