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

@@ -30,7 +30,7 @@ import lxml.html
import re
import subprocess
import ujson
from six.moves import urllib
import urllib
from collections import defaultdict
def one_click_unsubscribe_link(user_profile, email_type):