From e992a7da019ab07baf4992f4b795386185854038 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 30 Aug 2010 13:57:28 +0000 Subject: [PATCH] remove pointless coding cookie --- Lib/test/test_tokenize.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_tokenize.py b/Lib/test/test_tokenize.py index 4b56699c7214..f72b2c64838b 100644 --- a/Lib/test/test_tokenize.py +++ b/Lib/test/test_tokenize.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - doctests = """ Tests for the tokenize module. -- 2.47.3