Fix typos in afs.acl and afs.fs introduced in 0e2974f1.
authorEvan Broder <broder@mit.edu>
Sun, 22 Nov 2009 23:31:22 +0000 (18:31 -0500)
committerEvan Broder <broder@mit.edu>
Sun, 22 Nov 2009 23:31:22 +0000 (18:31 -0500)
afs/acl.py
afs/fs.py

index 5735438..20a416f 100644 (file)
@@ -1,4 +1,4 @@
-import afs._acl
+from afs import _acl
 from afs._acl import READ, WRITE, INSERT, LOOKUP, DELETE, LOCK, ADMINISTER, \
     USR0, USR1, USR2, USR3, USR4, USR5, USR6, USR7
 from afs._acl import getCallerAccess
index a12b365..02c2756 100644 (file)
--- a/afs/fs.py
+++ b/afs/fs.py
@@ -1,5 +1,5 @@
 import errno
-import afs._fs
+from afs import _fs
 from afs._fs import whichcell
 
 def inafs(path):