Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c4a629

Browse files
author
Skip Montanaro
committed
import statements only raise ImportError, right?
1 parent db5d144 commit 3c4a629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/quopri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
try:
1515
from binascii import a2b_qp, b2a_qp
16-
except:
16+
except ImportError:
1717
a2b_qp = None
1818
b2a_qp = None
1919

0 commit comments

Comments
 (0)