Commit 4af1614b authored by jim's avatar jim

Removed unused, untested method.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68534 62d5b8a3-27da-0310-9561-8e5933582275
parent 0a042cae
......@@ -147,10 +147,6 @@ class Buildout(dict):
def buildout_path(self, *names):
return os.path.join(self._buildout_dir, *names)
# XXX test
def distributions_path(self, specs):
return zc.buildout.egglinker.path(specs, [self.eggs])
def install(self):
self._develop()
new_part_options = self._gather_part_info()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment