commit | e992a7da019ab07baf4992f4b795386185854038 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Aug 30 13:57:28 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Aug 30 13:57:28 2010 +0000 |
tree | 6e2988629856356db2276171e08c5d58dcc9e36e | |
parent | 6b4fa776ac26d1020a3f20aac4610236fa9722bd [diff] |
remove pointless coding cookie
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.