From: Benjamin Peterson Date: Sat, 14 Feb 2009 17:00:51 +0000 (+0000) Subject: this needn't be a shebang line X-Git-Tag: v2.7a1~2021 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95777bb019b2b42cef8caaf80723f3bb0409970c;p=python this needn't be a shebang line --- diff --git a/Lib/test/test_pep263.py b/Lib/test/test_pep263.py index f3ff8342e9..b7bb5a2965 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