cfv-project/cfv

Module 'TERMIOS' not found

vestingz opened this issue · 2 comments

Instead, it should be renamed to 'termios' (like two lines above):

from TERMIOS import TIOCGWINSZ

lxp commented

This is only a fallback if 'termios' is not found. Do you have some problem with it or was it just reported by some tool?

I think the only thing we could do, would be to completely remove the fallback. However, I am not sure if this would break some systems.

This is only a fallback if 'termios' is not found. Do you have some problem with it or was it just reported by some tool?

I think the only thing we could do, would be to completely remove the fallback. However, I am not sure if this would break some systems.

Oh, ok, sorry for misreporting - may bad! Some Arch packaging tool reported this to be a potential issue, but I should have simply read the code more closely.