summaryrefslogtreecommitdiff
path: root/Lib/test/test_source_encoding.py
diff options
context:
space:
mode:
authorMartin v. L?wis <martin@v.loewis.de>2014-02-28 15:49:06 +0100
committerMartin v. L?wis <martin@v.loewis.de>2014-02-28 15:49:06 +0100
commit78331bcdc75066231afc4536b26b3579d37f1a4a (patch)
tree350a89023546caf9ab923b1d33de799266a4a9d7 /Lib/test/test_source_encoding.py
parenta26559c015db29dc6ba88668aa73289c28dc0575 (diff)
downloadcpython-78331bcdc75066231afc4536b26b3579d37f1a4a.tar.gz
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 39b623e637..92cf8d94c5 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)