summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_crypt.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_crypt.py')
-rwxr-xr-xLib/test/test_crypt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py
index ca53ec5..dfbcbdf 100755
--- a/Lib/test/test_crypt.py
+++ b/Lib/test/test_crypt.py
@@ -3,7 +3,7 @@
Roger E. Masse
"""
-from test_support import verify, verbose
+from test.test_support import verify, verbose
import crypt
c = crypt.crypt('mypassword', 'ab')