From 73700e66f0c026cf7ca867e7498f36450d53af8d Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 24 Jan 2013 21:42:27 +0100 Subject: [PATCH] Cleanup --- doc/changelog.txt | 2 +- dosagelib/util.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 2e067dc58..f48f46d5f 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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: diff --git a/dosagelib/util.py b/dosagelib/util.py index fad5ee0f9..529e25733 100644 --- a/dosagelib/util.py +++ b/dosagelib/util.py @@ -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