mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
import statements only raise ImportError, right?
This commit is contained in:
parent
db5d1444a1
commit
3c4a629bdc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ EMPTYSTRING = ''
|
|||
|
||||
try:
|
||||
from binascii import a2b_qp, b2a_qp
|
||||
except:
|
||||
except ImportError:
|
||||
a2b_qp = None
|
||||
b2a_qp = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue