diff --git a/MySQLdb/connections.py b/MySQLdb/connections.py index 1b18fa6..cd80376 100644 --- a/MySQLdb/connections.py +++ b/MySQLdb/connections.py @@ -13,7 +13,6 @@ from _mysql_exceptions import Warning, Error, InterfaceError, DataError, \ NotSupportedError, ProgrammingError import _mysql import re -import sys def defaulterrorhandler(connection, cursor, errorclass, errorvalue):