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/10/26 00:34:42 UTC

[3/4] git commit: pep8 fixes.

pep8 fixes.


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

Branch: refs/heads/trunk
Commit: 487b0bcc0439a93f4e7c3c63b3124a2c1aa5fd5e
Parents: 8639c4e
Author: Tomaz Muraus <to...@apache.org>
Authored: Sat Oct 26 00:28:13 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sat Oct 26 00:28:13 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/487b0bcc/libcloud/test/compute/test_cloudframes.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_cloudframes.py b/libcloud/test/compute/test_cloudframes.py
index 84441db..1698198 100644
--- a/libcloud/test/compute/test_cloudframes.py
+++ b/libcloud/test/compute/test_cloudframes.py
@@ -23,7 +23,6 @@ from libcloud.compute.base import Node, NodeImage, NodeLocation
 from libcloud.compute.types import NodeState
 from libcloud.compute.drivers.cloudframes import CloudFramesNodeDriver
 from libcloud.compute.drivers.cloudframes import CloudFramesSnapshot
-from libcloud.compute.drivers.cloudframes import CloudFramesException
 
 from libcloud.utils.py3 import httplib, xmlrpclib, b
 from libcloud.test import MockHttpTestCase