Updated Branches: refs/heads/trunk f1ad40243 -> a6bebca67
Fix a typo. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fd9bc174 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fd9bc174 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fd9bc174 Branch: refs/heads/trunk Commit: fd9bc174f3343865f1d0b2b70066b174d3c7c820 Parents: 92f10fb Author: Tomaz Muraus <[email protected]> Authored: Wed Jul 31 19:54:20 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Aug 1 14:30:03 2013 +0200 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fd9bc174/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index fc82122..1ed4ebd 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ class TestCommand(Command): if mtime_dist > mtime_current: print("It looks like test/secrets.py file is out of date.") - print("Please copy the new secret.py-dist file over otherwise" + + print("Please copy the new secrets.py-dist file over otherwise" + " tests might fail") if pre_python26:
