ModuleNotFoundError incompatible with python 3.4, 3.5

This commit is contained in:
Naya Verdier 2020-07-25 11:50:13 -07:00
parent 22d85d6d1d
commit 647ad44b31
No known key found for this signature in database
GPG key ID: 1A59389D46A94A4C

View file

@ -31,7 +31,7 @@ import util.format
try:
import i3
except ModuleNotFoundError:
except Exception:
pass