diff options
Diffstat (limited to 'Lib/test/test_anydbm.py')
-rw-r--r-- | Lib/test/test_anydbm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_anydbm.py b/Lib/test/test_anydbm.py index 874e3b7..54d2783 100644 --- a/Lib/test/test_anydbm.py +++ b/Lib/test/test_anydbm.py @@ -4,11 +4,11 @@ """ import os -import test_support import unittest import anydbm import tempfile import glob +from test import test_support _fname = tempfile.mktemp() |