Commit ada426ed authored by Domen Kožar's avatar Domen Kožar

fix tests

parent 22aebcc5
......@@ -167,7 +167,7 @@ First, let's try running bootstrap.
If bootstrap didn't look out for a broken -S, that would have failed. Moreover,
take a look at bin/buildout:
>>> cat('bin', 'buildout') # doctest: +NORMALIZE_WHITESPACE
>>> cat('bin', 'buildout') # doctest: +ELLIPSIS
#!/executable_buildout/bin/py
<BLANKLINE>
import sys
......@@ -175,8 +175,7 @@ take a look at bin/buildout:
'/broken_S/eggs/setuptools-0.0-pyN.N.egg',
'/broken_S/eggs/zc.buildout-0.0-pyN.N.egg',
]
<BLANKLINE>
import zc.buildout.buildout
...import zc.buildout.buildout
<BLANKLINE>
if __name__ == '__main__':
zc.buildout.buildout.main()
......
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