diff options
Diffstat (limited to 'Lib/test/test_b1.py')
-rw-r--r-- | Lib/test/test_b1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_b1.py b/Lib/test/test_b1.py index d9bc04d..f8dfe47 100644 --- a/Lib/test/test_b1.py +++ b/Lib/test/test_b1.py @@ -4,7 +4,7 @@ from test_support import * print '__import__' __import__('sys') -__import__('strop') +__import__('time') __import__('string') try: __import__('spamspam') except ImportError: pass |