From: Benjamin Peterson Date: Mon, 30 Aug 2010 13:57:28 +0000 (+0000) Subject: remove pointless coding cookie X-Git-Tag: v3.2a2~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e992a7da019ab07baf4992f4b795386185854038;p=thirdparty%2FPython%2Fcpython.git remove pointless coding cookie --- 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.