Commit 5d9fdf26 authored by Julien Muchembled's avatar Julien Muchembled

fixup! Update doc & tests

This fixes commit 62f55c69
for Python 3.
parent 831ae295
......@@ -121,5 +121,5 @@ File permissions can be forced using the ``mode`` option in octal representation
>>> run_buildout('template:mode=627')
Uninstalling template.
Installing template.
>>> print(oct(stat.S_IMODE(os.stat('template.out').st_mode)))
>>> print("0%o" % stat.S_IMODE(os.stat('template.out').st_mode))
0627
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