#!/usr/bin/python3.4
-# -*- coding: iso-8859-15 -*-
# Note: Many of those tests fail in MySQL_python version 1.2.3 and earlier
# because byte strings are returned instead of unicode for columns having
# a _bin collation, see https://sourceforge.net/p/mysql-python/bugs/289/
# This has been fixed in MySQL_python version 1.2.4.
import MySQLdb
-import types
import unittest