pin fcntl, which went missing on Linux in a recent update

This commit is contained in:
Damien Elmes 2020-02-19 19:14:14 +10:00
parent 242cf0eefb
commit d0ec26709b

View file

@ -22,10 +22,13 @@ import uuid
import PyQt5.QtSvg
from anki.utils import isWin
from anki.utils import isLin, isWin
# external module access in Windows
if isWin:
import pythoncom
import win32com
import pywintypes
if isLin:
import fcntl