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
Monkey-patch python-afs to build
[invirt/packages/python-afs.git]
/
afs
/
_acl.pyx
diff --git
a/afs/_acl.pyx
b/afs/_acl.pyx
index
3f34685
..
bf1b1f9
100644
(file)
--- a/
afs/_acl.pyx
+++ b/
afs/_acl.pyx
@@
-1,7
+1,7
@@
-from afs cimport *
-from afs import pyafs_error
+from afs._util cimport *
+from afs._util import pyafs_error
-cdef import from "afs/prs_fs.h":
+cdef extern from "afs/prs_fs.h":
enum:
PRSFS_READ, PRSFS_WRITE, PRSFS_INSERT, PRSFS_LOOKUP,
PRSFS_DELETE, PRSFS_LOCK, PRSFS_ADMINISTER,
enum:
PRSFS_READ, PRSFS_WRITE, PRSFS_INSERT, PRSFS_LOOKUP,
PRSFS_DELETE, PRSFS_LOCK, PRSFS_ADMINISTER,