From: Brian Warner <warner@lothar.com>
Date: Thu, 16 Aug 2007 07:56:58 +0000 (-0700)
Subject: setup.py: oops, I inserted a typo by commenting out the wrong line
X-Git-Tag: allmydata-tahoe-0.5.0~1
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/nxhtml.html?a=commitdiff_plain;h=56e7ecc540b193bbdcceb58f073339aaad588b18;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/setup.py b/setup.py
index ebc1d34d..9d18432d 100644
--- 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"]),
-#          ],
+          ],
       )