Commit c025d8a1 authored by Jeremy Hylton's avatar Jeremy Hylton

Reflow long line.

parent 88da4cc0
...@@ -115,8 +115,8 @@ class urlretrieveNetworkTests(unittest.TestCase): ...@@ -115,8 +115,8 @@ class urlretrieveNetworkTests(unittest.TestCase):
" urlretrieve is not a valid path") " urlretrieve is not a valid path")
FILE = file(file_location) FILE = file(file_location)
try: try:
self.assert_(FILE.read(), "reading from the file location returned " self.assert_(FILE.read(), "reading from the file location returned"
"by urlretrieve failed") " by urlretrieve failed")
finally: finally:
FILE.close() FILE.close()
os.unlink(file_location) os.unlink(file_location)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment