ModuleNotFoundError incompatible with python 3.4, 3.5
This commit is contained in:
parent
22d85d6d1d
commit
647ad44b31
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import util.format
|
|||
|
||||
try:
|
||||
import i3
|
||||
except ModuleNotFoundError:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue