From 95777bb019b2b42cef8caaf80723f3bb0409970c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 14 Feb 2009 17:00:51 +0000 Subject: [PATCH] this needn't be a shebang line --- Lib/test/test_pep263.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_pep263.py b/Lib/test/test_pep263.py index f3ff8342e97..b7bb5a29659 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