aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_utf8source.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_utf8source.py')
-rw-r--r--Lib/test/test_utf8source.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/test/test_utf8source.py b/Lib/test/test_utf8source.py
index 97dced8a622..c42b6aaaab5 100644
--- a/Lib/test/test_utf8source.py
+++ b/Lib/test/test_utf8source.py
@@ -1,5 +1,3 @@
-# This file is marked as binary in the CVS, to prevent MacCVS from recoding it.
-
import unittest
class PEP3120Test(unittest.TestCase):
@@ -16,7 +14,7 @@ class PEP3120Test(unittest.TestCase):
def test_badsyntax(self):
try:
- import test.badsyntax_pep3120
+ import test.tokenizedata.badsyntax_pep3120
except SyntaxError as msg:
msg = str(msg).lower()
self.assertTrue('utf-8' in msg)