You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/12/08 21:19:58 UTC

[7/8] git commit: Remove unused import.

Remove unused import.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0e02b74d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0e02b74d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0e02b74d

Branch: refs/heads/trunk
Commit: 0e02b74d418d742211c782dfa3e1377a270225e8
Parents: 2bcbefb
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Dec 8 20:44:44 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Dec 8 20:44:44 2013 +0100

----------------------------------------------------------------------
 libcloud/test/test_httplib_ssl.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0e02b74d/libcloud/test/test_httplib_ssl.py
----------------------------------------------------------------------
diff --git a/libcloud/test/test_httplib_ssl.py b/libcloud/test/test_httplib_ssl.py
index ee87552..ddbaa14 100644
--- a/libcloud/test/test_httplib_ssl.py
+++ b/libcloud/test/test_httplib_ssl.py
@@ -16,7 +16,6 @@
 import os
 import sys
 import os.path
-import warnings
 
 from mock import patch