projects
/
invirt/packages/python-afs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update PTRelationSet._add and PTRelationSet._discard to not try to
[invirt/packages/python-afs.git]
/
afs
/
acl.py
diff --git
a/afs/acl.py
b/afs/acl.py
index
a5293bd
..
20a416f
100644
(file)
--- a/
afs/acl.py
+++ b/
afs/acl.py
@@
-1,7
+1,7
@@
-import _acl
-from _acl import READ, WRITE, INSERT, LOOKUP, DELETE, LOCK, ADMINISTER, \
+from afs import _acl
+from afs._acl import READ, WRITE, INSERT, LOOKUP, DELETE, LOCK, ADMINISTER, \
USR0, USR1, USR2, USR3, USR4, USR5, USR6, USR7
USR0, USR1, USR2, USR3, USR4, USR5, USR6, USR7
-from _acl import getCallerAccess
+from afs._acl import getCallerAccess
_canonical = {
"read": "rl",
_canonical = {
"read": "rl",