SP/web2py/gluon/contrib/pymysql/tests/thirdparty/__init__.py

9 lines
170 B
Python
Raw Normal View History

2018-10-25 15:33:07 +00:00
from .test_MySQLdb import *
if __name__ == "__main__":
try:
import unittest2 as unittest
except ImportError:
import unittest
unittest.main()