Author: tomaz
Date: Sat Oct 20 04:20:04 2012
New Revision: 1400364

URL: http://svn.apache.org/viewvc?rev=1400364&view=rev
Log:
pep8, part of LIBCLOUD-248.

Modified:
    libcloud/trunk/libcloud/compute/deployment.py
    libcloud/trunk/libcloud/compute/drivers/ibm_sce.py

Modified: libcloud/trunk/libcloud/compute/deployment.py
URL: 
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py?rev=1400364&r1=1400363&r2=1400364&view=diff
==============================================================================
--- libcloud/trunk/libcloud/compute/deployment.py (original)
+++ libcloud/trunk/libcloud/compute/deployment.py Sat Oct 20 04:20:04 2012
@@ -91,7 +91,7 @@ class FileDeployment(Deployment):
         @keyword source: Local path of file to be installed
 
         @type target: C{str}
-        @keyword target: Path to install file on node 
+        @keyword target: Path to install file on node
         """
         self.source = source
         self.target = target

Modified: libcloud/trunk/libcloud/compute/drivers/ibm_sce.py
URL: 
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ibm_sce.py?rev=1400364&r1=1400363&r2=1400364&view=diff
==============================================================================
--- libcloud/trunk/libcloud/compute/drivers/ibm_sce.py (original)
+++ libcloud/trunk/libcloud/compute/drivers/ibm_sce.py Sat Oct 20 04:20:04 2012
@@ -142,6 +142,7 @@ class Address(object):
         return ('<Address: id=%s, ip=%s, state=%s, options=%s>' %
                 (self.id, self.ip, self.state, self.options))
 
+
 class IBMNodeDriver(NodeDriver):
     """
     Node driver for IBM SmartCloud Enterprise


Reply via email to