cfv-project / cfv

Command-line File Verify
GNU General Public License v2.0
58 stars 10 forks source link

Module 'TERMIOS' not found #48

Closed vestingz closed 2 years ago

vestingz commented 2 years ago

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

https://github.com/cfv-project/cfv/blob/1debfeb4cc91d97822b3222c52c4d64247280b94/lib/cfv/term.py#L13

lxp commented 2 years ago

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.

vestingz commented 2 years ago

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.