Commit 4c7930dc authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Fix the namedtuple's name.

parent f0db3606
......@@ -52,7 +52,7 @@ from debexpo.model import meta
log = logging.getLogger(__name__)
LintianSeverity = namedtuple('SeverityTuple',
LintianSeverity = namedtuple('LintianSeverity',
['str', 'int', 'plugin_severity'])
severities = {
'E': LintianSeverity('Package has lintian errors', 5,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment