i really likes movies, s/six.movies/six.moves/

This commit is contained in:
j 2014-10-02 20:17:31 +02:00
parent 970f37c38c
commit 83cf8eea53
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
import os
import mimetypes
from datetime import datetime, timedelta
from six.movies.urllib.parse import quote
from six.moves.urllib.parse import quote
from django.http import HttpResponse, Http404
from django.conf import settings

View file

@ -2,7 +2,7 @@
# vi:si:et:sw=4:sts=4:ts=4
import re
from six.movies.urllib.parse import quote
from six.moves.urllib.parse import quote
from lxml.html import document_fromstring
from ox.cache import read_url

View file

@ -3,7 +3,7 @@
from datetime import datetime
import re
import socket
from six.movies.urllib.parse import quote
from six.moves.urllib.parse import quote
from ox.cache import read_url
from ox import find_re, cache, strip_tags, decode_html, get_torrent_info, int_value, normalize_newlines

View file

@ -3,7 +3,7 @@
from datetime import datetime
import re
from six.movies.urllib.parse import quote
from six.moves.urllib.parse import quote
from ox import find_re, cache, strip_tags, decode_html, get_torrent_info, normalize_newlines
from ox.normalize import normalize_imdbid

View file

@ -2,7 +2,7 @@
# vi:si:et:sw=4:sts=4:ts=4
import re
from datetime import datetime
from six.movies.urllib.parse import quote
from six.moves.urllib.parse import quote
import lxml.html
import ox