diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-30 13:57:28 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-30 13:57:28 +0000 |
commit | e992a7da019ab07baf4992f4b795386185854038 (patch) | |
tree | 6e2988629856356db2276171e08c5d58dcc9e36e | |
parent | 6b4fa776ac26d1020a3f20aac4610236fa9722bd (diff) | |
download | cpython-git-e992a7da019ab07baf4992f4b795386185854038.tar.gz |
remove pointless coding cookie
-rw-r--r-- | Lib/test/test_tokenize.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_tokenize.py b/Lib/test/test_tokenize.py index 4b56699c72..f72b2c6483 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. |