Commit 1c4772b1 authored by Jim Fulton's avatar Jim Fulton

another test passing w 3.2

parent 5641ea93
......@@ -21,7 +21,7 @@ around the egg recipe:
... import zc.recipe.egg
...
... def print_(*args):
... sys.stdout.write(' '.join(map(str, args)) + '\n')
... sys.stdout.write(' '.join(map(str, args)) + '\\n')
...
... class Sample:
...
......
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