Skip to content

Commit 78522dc

Browse files
committed
refactor rename class to match user agent;
1 parent edadb09 commit 78522dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
unistr = unicode
2222

2323

24-
class ChromeDownloader(FancyURLopener):
24+
class WgetDownloader(FancyURLopener):
2525
version = ('Wget/1.17.1')
2626

27-
urlretrieve = ChromeDownloader().retrieve
27+
urlretrieve = WgetDownloader().retrieve
2828

2929

3030
@contextlib.contextmanager

0 commit comments

Comments
 (0)