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/03/31 00:46:55 UTC

[2/6] libcloud git commit: fixes the lint

fixes the lint


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

Branch: refs/heads/trunk
Commit: a80eba26e48e01684208e0d3b4ffa0e62d6e0368
Parents: 686868d
Author: lostbird <lostbird@lostbird.(none)>
Authored: Wed Mar 30 02:14:51 2016 +0200
Committer: anthony-shaw <an...@gmail.com>
Committed: Thu Mar 31 09:46:24 2016 +1100

----------------------------------------------------------------------
 libcloud/dns/drivers/luadns.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a80eba26/libcloud/dns/drivers/luadns.py
----------------------------------------------------------------------
diff --git a/libcloud/dns/drivers/luadns.py b/libcloud/dns/drivers/luadns.py
index 1f6518e..48ed555 100644
--- a/libcloud/dns/drivers/luadns.py
+++ b/libcloud/dns/drivers/luadns.py
@@ -5,8 +5,8 @@ try:
 except ImportError:
     import json
 
-from libcloud.common.luadns import LuadnsResponse, LuadnsConnection,\
-  LuadnsException
+from libcloud.common.luadns import LuadnsResponse, LuadnsConnection
+from libcloud.common.luadns import LuadnsException
 from libcloud.dns.base import DNSDriver, Zone, Record
 from libcloud.dns.types import Provider, RecordType
 from libcloud.dns.types import ZoneDoesNotExistError, ZoneAlreadyExistsError