Fix lint.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c61db674 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c61db674 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c61db674 Branch: refs/heads/trunk Commit: c61db674ea8aa8911a6695608fb6653168cfee1c Parents: 4eeb9a8 Author: Tomaz Muraus <[email protected]> Authored: Sun Jul 19 17:59:04 2015 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jul 19 17:59:04 2015 +0800 ---------------------------------------------------------------------- libcloud/common/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c61db674/libcloud/common/base.py ---------------------------------------------------------------------- diff --git a/libcloud/common/base.py b/libcloud/common/base.py index ad97fc3..ac0fdd7 100644 --- a/libcloud/common/base.py +++ b/libcloud/common/base.py @@ -63,7 +63,7 @@ __all__ = [ 'ConnectionUserAndKey', 'CertificateConnection', 'LoggingHTTPConnection', - 'LoggingHTTPSConnection' + 'LoggingHTTPSConnection', 'Response', 'HTTPResponse',
