From: Evan Broder Date: Sun, 22 Nov 2009 23:31:22 +0000 (-0500) Subject: Fix typos in afs.acl and afs.fs introduced in 0e2974f1. X-Git-Tag: 0.1.0~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/d1b2fea3082cbc0651443dab1c0f5a03f11be435?ds=sidebyside Fix typos in afs.acl and afs.fs introduced in 0e2974f1. --- diff --git a/afs/acl.py b/afs/acl.py index 5735438..20a416f 100644 --- a/afs/acl.py +++ b/afs/acl.py @@ -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 diff --git a/afs/fs.py b/afs/fs.py index a12b365..02c2756 100644 --- 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):