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

@@ -63,7 +63,7 @@ import re
import time
import ujson
import unittest
from six.moves import urllib
import urllib
from six import binary_type
from zerver.lib.str_utils import NonBinaryStr