projects
/
invirt/packages/invirt-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d76eef4
)
oops
author
Yang Zhang
<y_z@mit.edu>
Thu, 31 Jul 2008 02:06:34 +0000
(22:06 -0400)
committer
Yang 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
patch
|
blob
|
history
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
(file)
--- 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.'