Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
4c7930dc
Commit
4c7930dc
authored
Aug 17, 2012
by
Clément Schreiner
Browse files
Fix the namedtuple's name.
parent
f0db3606
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/plugins/lintian.py
View file @
4c7930dc
...
...
@@ -52,7 +52,7 @@ from debexpo.model import meta
log
=
logging
.
getLogger
(
__name__
)
LintianSeverity
=
namedtuple
(
'Severity
Tuple
'
,
LintianSeverity
=
namedtuple
(
'
Lintian
Severity'
,
[
'str'
,
'int'
,
'plugin_severity'
])
severities
=
{
'E'
:
LintianSeverity
(
'Package has lintian errors'
,
5
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment