fcntl is a Unix-only module — importing it unconditionally causes an ImportError on Windows, breaking the entire plugin. Guard the import with a sys.platform check and fall back to a no-op lock path in increment_turn_count() so Windows users get correct behaviour without crashing. |
||
|---|---|---|
| .. | ||
| lib | ||
| recall.py | ||
| retain.py | ||
| session_end.py | ||
| session_start.py | ||
| setup_hooks.py | ||