From: Jeremy Hylton Date: Thu, 17 Jul 2003 16:31:00 +0000 (+0000) Subject: Reflow long line. X-Git-Tag: v2.3c1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd9f520907f3176fe448953848108dddae97d2d7;p=python Reflow long line. --- 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)