From: Daira Hopwood <daira@jacaranda.org>
Date: Tue, 30 Sep 2014 17:40:03 +0000 (+0100)
Subject: Remove a funny comment.
X-Git-Url: https://git.rkrishnan.org/pf/%3C?a=commitdiff_plain;h=refs%2Fpull%2F113%2Fhead;p=tahoe-lafs%2Ftahoe-lafs.git

Remove a funny comment.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index 1e0e8e07..6d3c64a2 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -97,8 +97,6 @@ def require_more():
     if not hasattr(sys, 'frozen'):
         package_imports.append(('setuptools', 'setuptools'))
 
-    # Windows sucks. Other platforms suck differently.
-
     if sys.platform == "win32":
         install_requires += [
             # We don't want pyOpenSSL >= 0.14 because it depends on cffi