Skip to content

Commit

Permalink
Use six for py3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
labrys committed Jun 18, 2016
1 parent 44c766f commit 537b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/providers/tntvillage.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import re
import traceback

from urlparse import parse_qs
from six.moves.urllib.parse import parse_qs

from requests.utils import dict_from_cookiejar
from requests.compat import urljoin
Expand Down

0 comments on commit 537b0b3

Please sign in to comment.