]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
allmydata.__init__.py: temporary hack to debug failure on midnightmagic's buildslave
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 31 Oct 2010 05:50:03 +0000 (22:50 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 31 Oct 2010 05:50:03 +0000 (22:50 -0700)
src/allmydata/__init__.py

index 3a5b2aaa6ee05dece47c5deee2ae9504c3d033ed..0b5d74c96ff461ac0a9f0ab18ff8bca6d8476460 100644 (file)
@@ -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()