Commit 029469b5 authored by Jim Fulton's avatar Jim Fulton

Sort dict-based data for consistent output.

parent d889e07d
......@@ -69,7 +69,7 @@ supply some input:
>>> print_(system(buildout+" -D", """\
... up
... p self.options.keys()
... p sorted(self.options.keys())
... q
... """), end='')
Develop: '/sample-buildout/recipes'
......
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