Always use absolute imports.
[invirt/packages/python-afs.git] / afs / fs.py
index a90cd4c..a12b365 100644 (file)
--- a/afs/fs.py
+++ b/afs/fs.py
@@ -1,6 +1,6 @@
 import errno
-import _fs
-from _fs import whichcell
+import afs._fs
+from afs._fs import whichcell
 
 def inafs(path):
     """Return True if a path is in AFS."""