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.
1 parent 6c52ada commit 7529447Copy full SHA for 7529447
Lib/test/test_uuid.py
@@ -21,7 +21,7 @@ def importable(name):
21
try:
22
__import__(name)
23
return True
24
- except:
+ except ImportError:
25
return False
26
27
0 commit comments