Commit 9e81c267 authored by jim's avatar jim

We have a test for buildout_path in buildout.txt.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68535 62d5b8a3-27da-0310-9561-8e5933582275
parent 4af1614b
......@@ -143,7 +143,6 @@ class Buildout(dict):
return ''.join([''.join(v) for v in zip(value[::2], subs)])
# XXX test
def buildout_path(self, *names):
return os.path.join(self._buildout_dir, *names)
......
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