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 2011/09/25 23:34:38 UTC

svn commit: r1175586 - /libcloud/trunk/libcloud/dns/base.py

Author: tomaz
Date: Sun Sep 25 21:34:37 2011
New Revision: 1175586

URL: http://svn.apache.org/viewvc?rev=1175586&view=rev
Log:
pep8.

Modified:
    libcloud/trunk/libcloud/dns/base.py

Modified: libcloud/trunk/libcloud/dns/base.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/base.py?rev=1175586&r1=1175585&r2=1175586&view=diff
==============================================================================
--- libcloud/trunk/libcloud/dns/base.py (original)
+++ libcloud/trunk/libcloud/dns/base.py Sun Sep 25 21:34:37 2011
@@ -132,8 +132,8 @@ class DNSDriver(BaseDriver):
     name = None
 
     def __init__(self, key, secret=None, secure=True, host=None, port=None):
-      super(DNSDriver, self).__init__(key=key, secret=secret, secure=secure,
-                                      host=host, port=port)
+        super(DNSDriver, self).__init__(key=key, secret=secret, secure=secure,
+                                        host=host, port=port)
 
     def list_zones(self):
         """