commit | 74e4561a3cdf9d38caca4573b68e1c72fc489629 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Fri Jul 09 15:58:59 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Fri Jul 09 15:58:59 2010 +0000 |
tree | 55387806a4c157646ad6a39c37b8657ae3f82edc | |
parent | c739569be09d4b271ae8a5d3d566254db6298c55 [diff] [blame] |
Re-flow several long lines from #1578269.
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 4693164..81d05ab 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py
@@ -1034,7 +1034,8 @@ def skipUnlessWindows6(test): - if hasattr(sys, 'getwindowsversion') and sys.getwindowsversion().major >= 6: + if (hasattr(sys, 'getwindowsversion') + and sys.getwindowsversion().major >= 6): return test return unittest.skip("Requires Windows Vista or later")(test)