mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-30 14:24:28 +00:00
fix windows build
having changed the web template retrieval to use nevow.util.resource_filename (and hence through pkg_resources when available) that adds a requirement that py2exe be given a hint to induce it to include the allmydata.web module so that it becomes importable.
This commit is contained in:
parent
d38b8cedc1
commit
8661c94f17
@ -6,8 +6,11 @@ from nevow.flat import flatmdom, flatstan, twist
|
|||||||
from formless import webform, processors, annotate, iformless
|
from formless import webform, processors, annotate, iformless
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|
||||||
|
import allmydata.web
|
||||||
|
|
||||||
# junk to appease pyflakes's outrage at py2exe's needs
|
# junk to appease pyflakes's outrage at py2exe's needs
|
||||||
junk = [
|
junk = [
|
||||||
accessors, appserver, static, rend, url, util, query, i18n, flat, guard, stan, testutil,
|
accessors, appserver, static, rend, url, util, query, i18n, flat, guard, stan, testutil,
|
||||||
context, flatmdom, flatstan, twist, webform, processors, annotate, iformless, Decimal,
|
context, flatmdom, flatstan, twist, webform, processors, annotate, iformless, Decimal,
|
||||||
|
allmydata,
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user