9 lines
119 B
Python
9 lines
119 B
Python
try:
|
|
pass
|
|
except (ValueError,):
|
|
pass
|
|
except AttributeError:
|
|
pass
|
|
except (ImportError, TypeError):
|
|
pass
|