Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c463b3

Browse files
committed
v1.1.7
little fix
1 parent 13fd288 commit 9c463b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎urlsresolver/__init__.py‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
import re
66
from urlparse import urljoin
77

8-
from requests.packages import chardet
9-
10-
__version__ = (1, 1, 6)
8+
__version__ = (1, 1, 7)
119
__author__ = 'Alexandr Shurigin (https://github.com/phpdude/)'
1210

1311
# HTML tags syntax http://www.w3.org/TR/html-markup/syntax.html
@@ -62,6 +60,7 @@ def resolve_url(
6260
:return: str|tuple
6361
"""
6462
import requests
63+
from requests.packages import chardet
6564

6665
s = requests.session()
6766

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /