PYTHON-2039 Avoid shadowing dns module in srv tests

This commit is contained in:
Shane Harvey 2019-10-16 17:11:43 -07:00
parent 55f8df2141
commit bbf55d6da5
22 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ from test.utils import wait_until
_TEST_PATH = os.path.join(
os.path.dirname(os.path.realpath(__file__)), 'dns')
os.path.dirname(os.path.realpath(__file__)), 'srv_seedlist')
class TestDNS(unittest.TestCase):
pass