diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2003-07-17 16:31:00 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2003-07-17 16:31:00 (GMT) |
commit | bd9f520907f3176fe448953848108dddae97d2d7 (patch) | |
tree | f9b94ea43aa96047f3b902b983e8b8a74ac7788b /Lib/test/test_urllibnet.py | |
parent | afd43b55124e332fe0a8e495bef551ba7e49a69f (diff) | |
download | cpython-bd9f520907f3176fe448953848108dddae97d2d7.zip cpython-bd9f520907f3176fe448953848108dddae97d2d7.tar.gz cpython-bd9f520907f3176fe448953848108dddae97d2d7.tar.bz2 |
Reflow long line.
Diffstat (limited to 'Lib/test/test_urllibnet.py')
-rw-r--r-- | Lib/test/test_urllibnet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py index 7055522..0786e06 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) |