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 all comic strips from Arcamax (eg. including
|
||||
Hagar the horrible).
|
||||
- documentation: Document parallel download option with xargs
|
||||
- documentation: Document parallel download example with xargs
|
||||
on Unix systems.
|
||||
|
||||
Changes:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2012-2013 Bastian Kleineidam
|
||||
from __future__ import division, print_function
|
||||
|
||||
import urllib, urllib2, urlparse
|
||||
import urllib, urlparse
|
||||
import robotparser
|
||||
import requests
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue