File: __init__.py

package info (click to toggle)
python-pymysql 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 836 kB
  • sloc: python: 6,473; makefile: 134; sh: 44; sql: 10
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
from .test_MySQLdb import *

if __name__ == "__main__":
    import unittest

    unittest.main()