From 06a2334e33b03e38bd880411b4ef82183462d6f1 Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Wed, 30 Jul 2008 22:06:34 -0400 Subject: [PATCH] oops svn path=/trunk/packages/sipb-xen-base/; revision=795 --- .../python-support/sipb-xen-base/invirt/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/usr/share/python-support/sipb-xen-base/invirt/common.py b/files/usr/share/python-support/sipb-xen-base/invirt/common.py index 3dc67a4..d986196 100644 --- a/files/usr/share/python-support/sipb-xen-base/invirt/common.py +++ b/files/usr/share/python-support/sipb-xen-base/invirt/common.py @@ -1,5 +1,5 @@ import unittest -from fcntl import flock, LOCK_EX, LOCK_UN +from fcntl import flock, LOCK_EX, LOCK_SH, LOCK_UN class struct(object): 'A simple namespace object.' -- 1.7.9.5