Kill few pep8 errors

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-05-11 15:07:34 -07:00
parent d7568d2fa3
commit e4ba0e5642
2 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,6 @@ class EngineManager(manager.Manager):
'ResourceProperties': event.resource_properties,
'ResourceStatus': event.name}
def list_events(self, context, stack_name):
"""
The list_events method lists all events associated with a given stack.

View File

@ -186,6 +186,8 @@ test_template_findinmap_invalid = '''
}
}
'''
@attr(tag=['unit', 'validate'])
@attr(speed='fast')
class validateTest(unittest.TestCase):