From: Evan Broder Date: Tue, 28 Jul 2009 01:02:43 +0000 (-0700) Subject: Use a bool instead of an int for the follow argument to X-Git-Tag: 0.1.0~16 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/e450ff4c98d7c10f5eca5651512d03e14e486eff?ds=sidebyside;hp=e450ff4c98d7c10f5eca5651512d03e14e486eff 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 ---