setup.py: oops, I inserted a typo by commenting out the wrong line

This commit is contained in:
Brian Warner 2007-08-16 00:56:58 -07:00
parent ec1fa9cd5d
commit 56e7ecc540

View File

@ -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"]),
# ],
],
)