Package: inguma Version: 0.0.7.2-1 Severity: serious User: [email protected] Usertags: python2.6 Justification: http://lists.debian.org/debian-release/2010/02/msg00325.html
Hello,
scapext.py uses "with" as a variable name, but "with" is a reserved
keyword in Python 2.6:
$ python2.6 /usr/share/inguma/scapext.py
File "/usr/share/inguma/scapext.py", line 104
tr = map(lambda x: Gnuplot.Data(x,with="lines"), trt.values())
^
SyntaxError: invalid syntax
As I couldn't find evidence that the file is actually used at all, the
severity is likely to be over-inflated. Please feel free to lower it.
-- Jakub Wilk
signature.asc
Description: Digital signature

