]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: the .tac files created by create_node.py call pkg_resources.require() so that...
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 2 Jan 1970 00:50:05 +0000 (17:50 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 2 Jan 1970 00:50:05 +0000 (17:50 -0700)
commit1aed9fcfa1c455380fffa142210fcea41fbb497e
tree2d3b731127158f588dce7ceb027185c1f32fbda6
parent68f366b5844937399248fc4fa5d6b8532d5b4da2
setup: the .tac files created by create_node.py call pkg_resources.require() so that they can load tahoe and twisted packages which were installed with setuptools multi-version mode
Also the create_node.py script itself uses pkg_resources.require() for the same reason.
src/allmydata/scripts/create_node.py