diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-02-14 17:00:51 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-02-14 17:00:51 (GMT) |
commit | 95777bb019b2b42cef8caaf80723f3bb0409970c (patch) | |
tree | d844fc9c44f7b3dd4c6e73730efbbc9643accf69 /Lib | |
parent | 76afd3b8d0f93fc5d035b333069e8b92a79bdb8e (diff) | |
download | cpython-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.py | 2 |
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 |