summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_tokenize.py2
-rw-r--r--Lib/test/tokenize_tests.txt (renamed from Lib/test/tokenize_tests.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tokenize.py b/Lib/test/test_tokenize.py
index 22a1d90..d217404 100644
--- a/Lib/test/test_tokenize.py
+++ b/Lib/test/test_tokenize.py
@@ -4,7 +4,7 @@ import tokenize, os, sys
if verbose:
print 'starting...'
-f = file(findfile('tokenize_tests'+os.extsep+'py'))
+f = file(findfile('tokenize_tests' + os.extsep + 'txt'))
tokenize.tokenize(f.readline)
f.close()
diff --git a/Lib/test/tokenize_tests.py b/Lib/test/tokenize_tests.txt
index e990a36..e990a36 100644
--- a/Lib/test/tokenize_tests.py
+++ b/Lib/test/tokenize_tests.txt