diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-30 13:57:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-30 13:57:28 (GMT) |
commit | e992a7da019ab07baf4992f4b795386185854038 (patch) | |
tree | 6e2988629856356db2276171e08c5d58dcc9e36e /Lib/test/test_tokenize.py | |
parent | 6b4fa776ac26d1020a3f20aac4610236fa9722bd (diff) | |
download | cpython-e992a7da019ab07baf4992f4b795386185854038.zip cpython-e992a7da019ab07baf4992f4b795386185854038.tar.gz cpython-e992a7da019ab07baf4992f4b795386185854038.tar.bz2 |
remove pointless coding cookie
Diffstat (limited to 'Lib/test/test_tokenize.py')
-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 4b56699..f72b2c6 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. |