diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-16 23:07:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-16 23:07:52 +0000 |
commit | 6d5fe21be4393ef644965669b4de2c976bc0096f (patch) | |
tree | 076b45bf49c706c62e8167dd4da0041725033b1c /ca/rpkigui-query-routes | |
parent | 8734d57231a81d28ed60e417b9a6361c412c0f8b (diff) |
PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.
svn path=/branches/tk705/; revision=6123
Diffstat (limited to 'ca/rpkigui-query-routes')
-rwxr-xr-x | ca/rpkigui-query-routes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ca/rpkigui-query-routes b/ca/rpkigui-query-routes index 1f698f23..179f8c2c 100755 --- a/ca/rpkigui-query-routes +++ b/ca/rpkigui-query-routes @@ -49,7 +49,6 @@ qs = rv.RouteOrigin.objects.filter( prefix_max__gte=r.max ) - def validity_marker(route, roa, roa_prefix): "Return + if the roa would cause the route to be accepted, or - if not" # we already know the ROA covers this route because they are returned |