diff options
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-02-03 19:14:06 +0000 |
---|---|---|
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-02-03 19:14:06 +0000 |
commit | 574a4b3c4f40b601b084e1456c65e17c13e99cad (patch) | |
tree | 82ad69a844e3fb6e63af44520dbd3f1eab28ec78 /tko/db_mysql.py | |
parent | d63cf03011e4111211e610cc1da93b50f5fce14b (diff) |
Move all MySQLdb imports after the 'import common' so that a MySQLdb
package installed in our own site-packages directory will be found
before the system installed one.
Adds an empty site-packages directory with an explanation README.
Signed-off-by: Gregory Smith <gps@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@2735 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'tko/db_mysql.py')
-rw-r--r-- | tko/db_mysql.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tko/db_mysql.py b/tko/db_mysql.py index 13c20371..02bf2691 100644 --- a/tko/db_mysql.py +++ b/tko/db_mysql.py @@ -1,3 +1,4 @@ +import common import MySQLdb as driver import db |