Commit bd9f5209 authored by Jeremy Hylton's avatar Jeremy Hylton

Reflow long line.

parent afd43b55
......@@ -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)
......
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