diff --git a/MySQLdb/MySQLdb/cursors.py b/MySQLdb/MySQLdb/cursors.py index 95d98c1..d38cd70 100644 --- a/MySQLdb/MySQLdb/cursors.py +++ b/MySQLdb/MySQLdb/cursors.py @@ -6,6 +6,9 @@ default, MySQLdb uses the Cursor class. """ import re +import sys +from types import ListType, TupleType, UnicodeType + restr = (r"\svalues\s*" r"(\(((?