We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ModuleNotFoundError
1 parent 7529447 commit 5f5c0dbCopy full SHA for 5f5c0db
Lib/test/test_uuid.py
@@ -21,7 +21,7 @@ def importable(name):
21
try:
22
__import__(name)
23
return True
24
- except ImportError:
+ except ModuleNotFoundError:
25
return False
26
27
0 commit comments