Merge "In-code comments should start with #, not with """"

This commit is contained in:
Jenkins 2014-08-28 18:34:01 +00:00 committed by Gerrit Code Review
commit da37a747b5
2 changed files with 2 additions and 4 deletions

View File

@ -22,8 +22,7 @@
class Connection(object):
"""Base class for alarm storage system connections."""
"""A dictionary representing the capabilities of this driver.
"""
# A dictionary representing the capabilities of this driver.
CAPABILITIES = {
'alarms': {'query': {'simple': False,
'complex': False},

View File

@ -134,8 +134,7 @@ class Model(object):
class Connection(object):
"""Base class for storage system connections."""
"""A dictionary representing the capabilities of this driver.
"""
# A dictionary representing the capabilities of this driver.
CAPABILITIES = {
'meters': {'pagination': False,
'query': {'simple': False,