Add a simple afs._fs module that exposes a whichcell function, and an
authorEvan Broder <broder@mit.edu>
Thu, 19 Nov 2009 07:51:51 +0000 (02:51 -0500)
committerEvan Broder <broder@mit.edu>
Thu, 19 Nov 2009 07:55:55 +0000 (02:55 -0500)
commitf95acfabee62680cab0d953596cc7539585caff8
tree30efba41bdcce8b33aa9689c7d379bb463f9c512
parent31ac6fffbb28751cd390baab01c708e7fb607c26
Add a simple afs._fs module that exposes a whichcell function, and an
afs.fs module that simply exports the same whichcell function.

Signed-off-by: Evan Broder <broder@mit.edu>
.gitignore
afs/_fs.pyx [new file with mode: 0644]
afs/afs.pxd
afs/fs.py [new file with mode: 0644]
setup.py