From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 31 Oct 2010 05:50:03 +0000 (-0700)
Subject: allmydata.__init__.py: temporary hack to debug failure on midnightmagic's buildslave
X-Git-Tag: trac-4800~11
X-Git-Url: https://git.rkrishnan.org/simplejson/components/%22news.html/%22doc.html/about.html?a=commitdiff_plain;h=2ab0b1aa2cf8c692be18164661a32c51c57eb06f;p=tahoe-lafs%2Ftahoe-lafs.git

allmydata.__init__.py: temporary hack to debug failure on midnightmagic's buildslave
---

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()