projects
/
invirt/packages/python-afs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Incorporate broder code review number 2:
[invirt/packages/python-afs.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
e3a5133
..
912231c
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-40,6
+40,7
@@
setup(
ext_modules=[
PyAFSExtension("afs.afs"),
PyAFSExtension("afs._pts"),
+ PyAFSExtension("afs._acl"),
],
cmdclass= {"build_ext": build_ext}
)