Commit e4fcfe12 authored by Jim Fulton's avatar Jim Fulton

Removed unused, untested method.

parent 424d4e43
......@@ -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