oops
authorYang Zhang <y_z@mit.edu>
Thu, 31 Jul 2008 02:06:34 +0000 (22:06 -0400)
committerYang Zhang <y_z@mit.edu>
Thu, 31 Jul 2008 02:06:34 +0000 (22:06 -0400)
svn path=/trunk/packages/sipb-xen-base/; revision=795

files/usr/share/python-support/sipb-xen-base/invirt/common.py

index 3dc67a4..d986196 100644 (file)
@@ -1,5 +1,5 @@
 import unittest
 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.'
 
 class struct(object):
     'A simple namespace object.'