Skip to content

Commit

Permalink
small space error
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Dec 6, 2013
1 parent 50b6ba6 commit 303f5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/modules/zcbuildout_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def setUpClass(cls):
ret20 = buildout._Popen((
'virtualenv --no-site-packages --no-setuptools --no-pip {0}'
''.format(cls.ppy_dis)))
download_to(' https://pypi.python.org/packages/source'
download_to('https://pypi.python.org/packages/source'
'/d/distribute/distribute-0.6.43.tar.gz',
os.path.join(cls.ppy_dis, 'distribute-0.6.43.tar.gz'))
ret2 = buildout._Popen((
Expand Down

0 comments on commit 303f5a7

Please sign in to comment.