mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
6 lines
95 B
Python
6 lines
95 B
Python
from test_MySQLdb import *
|
|
|
|
if __name__ == "__main__":
|
|
import unittest
|
|
unittest.main()
|