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:
lin-hua-cheng
2015-02-04 18:56:23 -08:00
parent 59c57a16f0
commit 0cde6aa055
101 changed files with 196 additions and 199 deletions

View File

@@ -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,)