neutron/neutron/agent
Angus Lees e9cee51e56 Enable pylint checks for "anomalous" string escapes
Escapes in python string literals are well defined, but can be
confusing.  These pylint checks look for backslash escapes in strings
that might be mistakes.  Two code refactors were required to satisfy
these tests:

1. midonet_lib.py used \**kwargs in docstrings.

There doesn't seem to be a sphinx standard for kwargs, so this change
simply replaces them with "kwargs".

2. Regex literals containing escapes replaced with r''.

The assumption with this change (and the underlying pylint
check) is that r'' literals are more straightforward for regular
expressions, where every backslash is important.

While looking at these regexes, this change also removes a few
unnecessary "\-" escapes.

Change-Id: I01528b2482f78b9e851685ebbf6fded4e58355f1
2014-12-23 14:53:02 +11:00
..
common Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
l3 Merge "Revert "Add metadata proxy L3 agent driver"" 2014-12-20 07:10:01 +00:00
linux Enable pylint checks for "anomalous" string escapes 2014-12-23 14:53:02 +11:00
metadata Revert "Add metadata proxy L3 agent driver" 2014-12-20 05:08:43 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
dhcp_agent.py Scope dhcp rpc api using a messaging namespace 2014-12-19 13:33:48 +00:00
firewall.py Add missing methods to NoopFirewallDriver 2014-09-28 22:16:57 +04:00
l2population_rpc.py Merge "Refactor l2_pop code to pass mac/ip info more readably" 2014-11-21 09:32:09 +00:00
netns_cleanup_util.py Move classes out of l3_agent.py 2014-12-10 15:19:28 -07:00
ovs_cleanup_util.py Move classes out of l3_agent.py 2014-12-10 15:19:28 -07:00
rpc.py Fix AttributeError during startup of ovs agent in DVR mode 2014-12-08 19:58:12 +00:00
securitygroups_rpc.py Drop old code from SecurityGroupAgentRpcApiMixin 2014-12-01 19:15:58 +00:00