source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/pymysql/tests/thirdparty/__init__.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 170 bytes
Line 
1from .test_MySQLdb import *
2
3if __name__ == "__main__":
4    try:
5        import unittest2 as unittest
6    except ImportError:
7        import unittest
8    unittest.main()
Note: See TracBrowser for help on using the repository browser.