summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_source_encoding.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-02-28 14:49:06 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-02-28 14:49:06 (GMT)
commit80875fe439a030c767588c1d35c8f85abef86505 (patch)
tree37d432b3d119d34f4369c6d41cd28f99cc5ac2e5 /Lib/test/test_source_encoding.py
parent9c17ff91f347704fd0fc7439675d84370db8b75a (diff)
downloadcpython-80875fe439a030c767588c1d35c8f85abef86505.zip
cpython-80875fe439a030c767588c1d35c8f85abef86505.tar.gz
cpython-80875fe439a030c767588c1d35c8f85abef86505.tar.bz2
Reindent
Diffstat (limited to 'Lib/test/test_source_encoding.py')
-rw-r--r--Lib/test/test_source_encoding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_source_encoding.py b/Lib/test/test_source_encoding.py
index 39b623e..92cf8d9 100644
--- a/Lib/test/test_source_encoding.py
+++ b/Lib/test/test_source_encoding.py
@@ -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)