commit | 95777bb019b2b42cef8caaf80723f3bb0409970c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Feb 14 17:00:51 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Feb 14 17:00:51 2009 +0000 |
tree | d844fc9c44f7b3dd4c6e73730efbbc9643accf69 | |
parent | 76afd3b8d0f93fc5d035b333069e8b92a79bdb8e [diff] [blame] |
this needn't be a shebang line
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