From 2ab0b1aa2cf8c692be18164661a32c51c57eb06f Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Sat, 30 Oct 2010 22:50:03 -0700
Subject: [PATCH] allmydata.__init__.py: temporary hack to debug failure on
 midnightmagic's buildslave

---
 src/allmydata/__init__.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py
index 3a5b2aaa..0b5d74c9 100644
--- a/src/allmydata/__init__.py
+++ b/src/allmydata/__init__.py
@@ -4,6 +4,9 @@ Decentralized storage grid.
 community web site: U{http://tahoe-lafs.org/}
 """
 
+# temporary hack to debug failure on midnightmagic's buildslave:
+import nevow
+
 from allmydata import _auto_deps
 _auto_deps.require_auto_deps()
 
-- 
2.45.2