Commit 80875fe4 authored by Martin v. Löwis's avatar Martin v. Löwis

Reindent

parent 9c17ff91
......@@ -60,7 +60,7 @@ class SourceEncodingTest(unittest.TestCase):
self.assertRaises(SyntaxError, eval, b'\xef\xbb\x20')
def test_20731(self):
sub = subprocess.Popen([sys.executable,
sub = subprocess.Popen([sys.executable,
os.path.join(os.path.dirname(__file__),
'coding20731.py')],
stderr=subprocess.PIPE)
......
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