From 43b092ffeb7cae9ebd0ecafc157fd866d76ffd0b Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Tue, 4 May 2010 09:10:43 -0700
Subject: [PATCH] Dependency on Windmill test framework is not needed yet.

---
 _auto_deps.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_auto_deps.py b/_auto_deps.py
index fc50a690..ffe3c87f 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -31,8 +31,8 @@ install_requires=[
                   # Needed for SFTP. Commented-out pending tests, see #953.
                   # "pycrypto >= 2.0.1",
 
-                  # Needed to test web apps, see #1001.
-                  "windmill >= 1.3",
+                  # Will be needed to test web apps, but not yet. See #1001.
+                  #"windmill >= 1.3",
                   ]
 
 # Sqlite comes built into Python >= 2.5, and is provided by the "pysqlite"
-- 
2.45.2