projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec1fa9c
)
setup.py: oops, I inserted a typo by commenting out the wrong line
author
Brian Warner
<warner@lothar.com>
Thu, 16 Aug 2007 07:56:58 +0000
(
00:56
-0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 16 Aug 2007 07:56:58 +0000
(
00:56
-0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index ebc1d34d35ce13baf78dda3bef8707ea04bd2bca..9d18432d9f282bc3634144c3d094044b124cc90b 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-105,5
+105,5
@@
setup(name='allmydata-tahoe',
# but I doubt we'd want to use the pure-python version).
# Extension("allmydata.Crypto.PublicKey._fastmath",
# sources=["src/allmydata/Crypto/_fastmath.c"]),
-
#
],
+ ],
)