kitty/logo
Luflosi 527ff0238a
Replace all instances of EnvironmentError with OSError
According to the text just above https://docs.python.org/3/library/exceptions.html#EnvironmentError, `EnvironmentError` has been an alias of `OSError` since Python 3.3. Replacing it makes the code more consistent since `OSError` is used in other places in the code too.
2020-01-11 16:47:36 +01:00
..
kitty.iconset
beam-cursor.png
beam-cursor@2x.png
kitty.png
kitty.rgba
kitty.svg
make.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00