summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllibnet.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2003-07-17 16:31:00 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2003-07-17 16:31:00 +0000
commitc025d8a1cfd234536be97ea9b09a2a933ec65361 (patch)
tree7ca9caac4fadb2c404325443733a09796b39adee /Lib/test/test_urllibnet.py
parent88da4cc051eab7429a899ae0955a3943f287d358 (diff)
downloadcpython-c025d8a1cfd234536be97ea9b09a2a933ec65361.tar.gz
Reflow long line.
Diffstat (limited to 'Lib/test/test_urllibnet.py')
-rw-r--r--Lib/test/test_urllibnet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py
index 7055522381..0786e0665c 100644
--- a/Lib/test/test_urllibnet.py
+++ b/Lib/test/test_urllibnet.py
@@ -115,8 +115,8 @@ class urlretrieveNetworkTests(unittest.TestCase):
" urlretrieve is not a valid path")
FILE = file(file_location)
try:
- self.assert_(FILE.read(), "reading from the file location returned "
- "by urlretrieve failed")
+ self.assert_(FILE.read(), "reading from the file location returned"
+ " by urlretrieve failed")
finally:
FILE.close()
os.unlink(file_location)