summaryrefslogtreecommitdiffstats
path: root/Lib/robotparser.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-15 23:56:39 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-15 23:56:39 (GMT)
commit0e6d213177dd571dd634d286ae45c38eb06d63b9 (patch)
treec8a99a84c31512ce0524bdfadb6020443becd238 /Lib/robotparser.py
parentb61ff2982a9cc59073588676a9a0c1f97651313f (diff)
downloadcpython-0e6d213177dd571dd634d286ae45c38eb06d63b9.zip
cpython-0e6d213177dd571dd634d286ae45c38eb06d63b9.tar.gz
cpython-0e6d213177dd571dd634d286ae45c38eb06d63b9.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/robotparser.py')
-rw-r--r--Lib/robotparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/robotparser.py b/Lib/robotparser.py
index ff25dfe..c5943d0 100644
--- a/Lib/robotparser.py
+++ b/Lib/robotparser.py
@@ -201,7 +201,7 @@ class URLopener(urllib.FancyURLopener):
self.errcode = 200
self.tries = 0
self.maxtries = 10
-
+
def http_error_default(self, url, fp, errcode, errmsg, headers):
self.errcode = errcode
return urllib.FancyURLopener.http_error_default(self, url, fp, errcode,