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
Rename afs.afs to afs._util so that absolute imports from afs work.
[invirt/packages/python-afs.git]
/
afs
/
_fs.pyx
diff --git
a/afs/_fs.pyx
b/afs/_fs.pyx
index
75653e2
..
57ac603
100644
(file)
--- a/
afs/_fs.pyx
+++ b/
afs/_fs.pyx
@@
-1,5
+1,5
@@
-from afs cimport *
-from afs import pyafs_error
+from afs._util cimport *
+from afs._util import pyafs_error
def whichcell(char* path):
"""Determine which AFS cell a particular path is in."""