remove binary mimetype
diff --git a/Lib/test/test_pep263.py b/Lib/test/test_pep263.py
index 1a85f3b..a3a9ade 100644
--- a/Lib/test/test_pep263.py
+++ b/Lib/test/test_pep263.py
@@ -1,5 +1,4 @@
 #! -*- coding: koi8-r -*-

-# This file is marked as binary in SVN, to prevent MacCVS from recoding it.

 

 import unittest

 from test import test_support