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/09/12 19:34:44 UTC

git commit: Fix test failure - use libcloud.test.unittest which correctly uses unittest2 in Python < 2.7.

Updated Branches:
  refs/heads/trunk 8764ffe3f -> 74c05d0ef


Fix test failure - use libcloud.test.unittest which correctly uses unittest2 in
Python < 2.7.


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

Branch: refs/heads/trunk
Commit: 74c05d0efdc710c636a180d32e843628b22836fc
Parents: 8764ffe
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Sep 12 19:34:16 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Sep 12 19:34:16 2013 +0200

----------------------------------------------------------------------
 libcloud/test/test_connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/74c05d0e/libcloud/test/test_connection.py
----------------------------------------------------------------------
diff --git a/libcloud/test/test_connection.py b/libcloud/test/test_connection.py
index 646d253..892ec6e 100644
--- a/libcloud/test/test_connection.py
+++ b/libcloud/test/test_connection.py
@@ -15,10 +15,10 @@
 # limitations under the License.
 
 import sys
-import unittest
 
 from mock import Mock, call
 
+from libcloud.test import unittest
 from libcloud.common.base import Connection