summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_crypt.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_crypt.py')
-rw-r--r--[-rwxr-xr-x]Lib/test/test_crypt.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py
index f6f3a81..4db200d 100755..100644
--- a/Lib/test/test_crypt.py
+++ b/Lib/test/test_crypt.py
@@ -1,6 +1,7 @@
from test import test_support
import unittest
-import crypt
+
+crypt = test_support.import_module('crypt')
class CryptTestCase(unittest.TestCase):