Move to hacking 0.10
Release notes: http://git.openstack.org/cgit/openstack-dev/hacking/tag/?id=0.10.0 Per the release notes, H307, H803 and H904 has been removed. Fix code issues with H238 and W292. Change-Id: I747ebb64db5825bc70f1ae19c1c1f5ca2089c06d
This commit is contained in:
@@ -88,7 +88,7 @@ class KeypairsTable(tables.DataTable):
|
||||
def get_object_id(self, keypair):
|
||||
return keypair.name
|
||||
|
||||
class Meta:
|
||||
class Meta(object):
|
||||
name = "keypairs"
|
||||
verbose_name = _("Key Pairs")
|
||||
table_actions = (CreateKeyPair, ImportKeyPair, DeleteKeyPairs,)
|
||||
|
||||
Reference in New Issue
Block a user