mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Change urllib import to be Python 3-specific.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user