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

@@ -20,7 +20,7 @@ from django.utils.translation import ugettext as _
from gcm import GCM
from hyper.http20.exceptions import HTTP20Error
import requests
from six.moves import urllib
import urllib
import ujson
from zerver.decorator import statsd_increment