X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/69ce5cfed0b0efa0d573f1bcdbfad68fa7b2fce3..8e5ee8f6e2d13f9662056ec38f123b0e7edae5b0:/afs/fs.py diff --git a/afs/fs.py b/afs/fs.py index a90cd4c..02c2756 100644 --- a/afs/fs.py +++ b/afs/fs.py @@ -1,6 +1,6 @@ import errno -import _fs -from _fs import whichcell +from afs import _fs +from afs._fs import whichcell def inafs(path): """Return True if a path is in AFS."""