Change urllib import to be Python 3-specific.

This commit is contained in:
rht
2017-11-05 05:30:31 +01:00
committed by Tim Abbott
parent 8450f0ec69
commit 19bd335cbb
25 changed files with 27 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ import DNS
import mock
import time
from six.moves import urllib
import urllib
from typing import Text
class MITNameTest(ZulipTestCase):