]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py: oops, I inserted a typo by commenting out the wrong line
authorBrian Warner <warner@lothar.com>
Thu, 16 Aug 2007 07:56:58 +0000 (00:56 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 16 Aug 2007 07:56:58 +0000 (00:56 -0700)
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"]),
-#          ],
+          ],
       )