From 56e7ecc540b193bbdcceb58f073339aaad588b18 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 16 Aug 2007 00:56:58 -0700
Subject: [PATCH] setup.py: oops, I inserted a typo by commenting out the wrong
 line

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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