Cleanup
This commit is contained in:
parent
6634a39d61
commit
73700e66f0
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Features:
|
||||||
- comics: Added PandyLand comic strip.
|
- comics: Added PandyLand comic strip.
|
||||||
- comics: Added all comic strips from Arcamax (eg. including
|
- comics: Added all comic strips from Arcamax (eg. including
|
||||||
Hagar the horrible).
|
Hagar the horrible).
|
||||||
- documentation: Document parallel download option with xargs
|
- documentation: Document parallel download example with xargs
|
||||||
on Unix systems.
|
on Unix systems.
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Copyright (C) 2012-2013 Bastian Kleineidam
|
# Copyright (C) 2012-2013 Bastian Kleineidam
|
||||||
from __future__ import division, print_function
|
from __future__ import division, print_function
|
||||||
|
|
||||||
import urllib, urllib2, urlparse
|
import urllib, urlparse
|
||||||
import robotparser
|
import robotparser
|
||||||
import requests
|
import requests
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in a new issue