projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb764da
)
allmydata.__init__.py: temporary hack to debug failure on midnightmagic's buildslave
author
david-sarah
<david-sarah@jacaranda.org>
Sun, 31 Oct 2010 05:50:03 +0000
(22:50 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Sun, 31 Oct 2010 05:50:03 +0000
(22:50 -0700)
src/allmydata/__init__.py
patch
|
blob
|
history
diff --git
a/src/allmydata/__init__.py
b/src/allmydata/__init__.py
index 3a5b2aaa6ee05dece47c5deee2ae9504c3d033ed..0b5d74c96ff461ac0a9f0ab18ff8bca6d8476460 100644
(file)
--- 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()