[Python-checkins] r69619 - python/trunk/Lib/test/test_pep263.py

benjamin.peterson python-checkins at python.org
Sat Feb 14 18:00:51 CET 2009


Author: benjamin.peterson
Date: Sat Feb 14 18:00:51 2009
New Revision: 69619

Log:
this needn't be a shebang line

Modified:
   python/trunk/Lib/test/test_pep263.py

Modified: python/trunk/Lib/test/test_pep263.py
==============================================================================
--- python/trunk/Lib/test/test_pep263.py	(original)
+++ python/trunk/Lib/test/test_pep263.py	Sat Feb 14 18:00:51 2009
@@ -1,4 +1,4 @@
-#! -*- coding: koi8-r -*-
+# -*- coding: koi8-r -*-
 
 import unittest
 from test import test_support


More information about the Python-checkins mailing list