]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Remove a funny comment. 2249-windows-dep-workaround-2 113/head
authorDaira Hopwood <daira@jacaranda.org>
Tue, 30 Sep 2014 17:40:03 +0000 (18:40 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 30 Sep 2014 17:40:03 +0000 (18:40 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index 1e0e8e0761377d6e3d2878e87622b88187d0788a..6d3c64a2db390acd7f1794f8946f0bf5a62131f4 100644 (file)
@@ -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