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/29 20:16:58 UTC

[3/3] git commit: lint.

lint.


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

Branch: refs/heads/trunk
Commit: a54b7df550bf9fea99dbe82b1f346fb5123974ee
Parents: 9c2a266
Author: Tomaz Muraus <to...@apache.org>
Authored: Tue Oct 29 20:15:49 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Tue Oct 29 20:15:49 2013 +0100

----------------------------------------------------------------------
 libcloud/test/dns/test_linode.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a54b7df5/libcloud/test/dns/test_linode.py
----------------------------------------------------------------------
diff --git a/libcloud/test/dns/test_linode.py b/libcloud/test/dns/test_linode.py
index b0995a7..7933a51 100644
--- a/libcloud/test/dns/test_linode.py
+++ b/libcloud/test/dns/test_linode.py
@@ -67,7 +67,7 @@ class LinodeTests(unittest.TestCase):
         self.assertEqual(arecord.type, RecordType.A)
         self.assertEqual(arecord.data, '127.0.0.1')
         self.assertHasKeys(arecord.extra, ['protocol', 'ttl_sec', 'port',
-                                          'weight'])
+                                           'weight'])
 
     def test_list_records_zone_does_not_exist(self):
         zone = self.driver.list_zones()[0]