summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-02-14 17:00:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-02-14 17:00:51 (GMT)
commit95777bb019b2b42cef8caaf80723f3bb0409970c (patch)
treed844fc9c44f7b3dd4c6e73730efbbc9643accf69 /Lib
parent76afd3b8d0f93fc5d035b333069e8b92a79bdb8e (diff)
downloadcpython-95777bb019b2b42cef8caaf80723f3bb0409970c.zip
cpython-95777bb019b2b42cef8caaf80723f3bb0409970c.tar.gz
cpython-95777bb019b2b42cef8caaf80723f3bb0409970c.tar.bz2
this needn't be a shebang line
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_pep263.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pep263.py b/Lib/test/test_pep263.py
index f3ff834..b7bb5a2 100644
--- a/Lib/test/test_pep263.py
+++ b/Lib/test/test_pep263.py
@@ -1,4 +1,4 @@
-#! -*- coding: koi8-r -*-
+# -*- coding: koi8-r -*-
import unittest
from test import test_support