kitty/kitty/conf
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
..
__init__.py
definition.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
utils.py Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00