Commit 59fcea98 authored by Jim Fulton's avatar Jim Fulton

We have a test for buildout_path in buildout.txt.

parent e4fcfe12
......@@ -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