You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/04/13 00:41:06 UTC

[2/4] libcloud git commit: fixes lint and failing docs

fixes lint and failing docs


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

Branch: refs/heads/trunk
Commit: 2a0e94188bb26e54afbb7352c041b58c67186511
Parents: d102bee
Author: lostbird <lostbird@lostbird.(none)>
Authored: Sun Apr 10 06:52:53 2016 +0200
Committer: anthony-shaw <an...@gmail.com>
Committed: Wed Apr 13 08:31:18 2016 +1000

----------------------------------------------------------------------
 docs/dns/drivers/buddyns.rst    | 2 +-
 libcloud/dns/drivers/buddyns.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/2a0e9418/docs/dns/drivers/buddyns.rst
----------------------------------------------------------------------
diff --git a/docs/dns/drivers/buddyns.rst b/docs/dns/drivers/buddyns.rst
index 0c577db..d43f7bf 100644
--- a/docs/dns/drivers/buddyns.rst
+++ b/docs/dns/drivers/buddyns.rst
@@ -1,5 +1,5 @@
 BuddyNS Driver Documentation
-==========================
+============================
 
 BuddyNS.com is part of FrontDam GmbH, a small swiss company making
 systems for uptime of Internet services, and run by a tribe of passionate

http://git-wip-us.apache.org/repos/asf/libcloud/blob/2a0e9418/libcloud/dns/drivers/buddyns.py
----------------------------------------------------------------------
diff --git a/libcloud/dns/drivers/buddyns.py b/libcloud/dns/drivers/buddyns.py
index 992b4d1..154ecd7 100644
--- a/libcloud/dns/drivers/buddyns.py
+++ b/libcloud/dns/drivers/buddyns.py
@@ -6,10 +6,10 @@ except ImportError:
     import json
 
 from libcloud.dns.types import Provider, ZoneDoesNotExistError,\
- ZoneAlreadyExistsError
+    ZoneAlreadyExistsError
 from libcloud.dns.base import DNSDriver, Zone
 from libcloud.common.buddyns import BuddyNSConnection, BuddyNSResponse,\
- BuddyNSException
+    BuddyNSException
 
 __all__ = [
     'BuddyNSDNSDriver'