Use a bool instead of an int for the follow argument to
authorEvan Broder <broder@mit.edu>
Tue, 28 Jul 2009 01:02:43 +0000 (18:02 -0700)
committerEvan Broder <broder@mit.edu>
Tue, 28 Jul 2009 01:03:21 +0000 (18:03 -0700)
commite450ff4c98d7c10f5eca5651512d03e14e486eff
treead1d48e7c916615d9c5a643c7e45508627071b53
parent6638da480c812903927aa8550059e518615945bb
Use a bool instead of an int for the follow argument to
afs.acl.ACL.retrieve.

It'll get converted correctly when it gets passed into Cython anyway.

Signed-off-by: Evan Broder <broder@mit.edu>
afs/acl.py