From 21a1a8a5259f4e08c90ea002279bb80d2a9fb4ab Mon Sep 17 00:00:00 2001 From: allfro Date: Tue, 9 Oct 2012 23:58:05 -0400 Subject: [PATCH] Tweet tweet! first commit! --- src/canari/utils/fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/canari/utils/fs.py b/src/canari/utils/fs.py index fc7e4a5..0287193 100644 --- a/src/canari/utils/fs.py +++ b/src/canari/utils/fs.py @@ -10,7 +10,7 @@ if name == 'nt': from win32file import _get_osfhandle, LockFileEx, UnlockFileEx from pywintypes import OVERLAPPED, error as WinIOError else: - from fcntl import LOCK_EX, LOCK_NB, LOCK_UN, flock + from fcntl import flock, LOCK_EX, LOCK_NB, LOCK_SH, LOCK_UN __author__ = 'Nadeem Douba' -- 2.45.1