Revert "Remove stupid ' making all tests fail on old buildout"

This reverts commit 0877f72d.
parent 04a82f5d
......@@ -287,7 +287,7 @@ Then let's run the buildout::
>>> print system(buildout)
Installing git-clone.
Cloning into /sample-buildout/parts/git-clone...
Cloning into '/sample-buildout/parts/git-clone'...
Let's take a look at the buildout parts directory now::
......@@ -317,7 +317,7 @@ Then let's run the buildout::
>>> print system(buildout)
Uninstalling git-clone.
Installing git-clone.
Cloning into /sample-buildout/parts/git-clone...
Cloning into '/sample-buildout/parts/git-clone'...
Let's take a look at the buildout parts directory now::
......@@ -354,7 +354,7 @@ Then let's run the buildout::
>>> print system(buildout)
Uninstalling git-clone.
Installing git-clone.
Cloning into /sample-buildout/parts/git-clone...
Cloning into '/sample-buildout/parts/git-clone'...
Let's take a look at the buildout parts directory now::
......
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