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

@@ -23,7 +23,7 @@ from zerver.models import get_user_profile_by_id, RealmEmoji
from zerver.models import Attachment
from zerver.models import Realm, RealmEmoji, UserProfile, Message
from six.moves import urllib
import urllib
import base64
import os
import re