]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fix windows build
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 23 Jan 2008 22:17:27 +0000 (15:17 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 23 Jan 2008 22:17:27 +0000 (15:17 -0700)
commit8661c94f17aa43e0cac12f3cc008e1a80dde1f08
tree29398961ae538271f6e15576b8189d3b0151ddb3
parentd38b8cedc153a1589afdd1d070f1ef9ac11d6a71
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.
windows/depends.py