DEBSOURCES
Skip Quicknav
sources / python-pymysql / 0.7.6-1~bpo8%2B1 / pymysql / tests / thirdparty / __init__.py
12345678
from .test_MySQLdb import * if __name__ == "__main__": try: import unittest2 as unittest except ImportError: import unittest unittest.main()