On Fri, 17 Apr 2015 14:33:09 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> Avoid the automatic modification of sys.path because it hurts > ryu-as-a-library use cases. > An example is the recent versions of neutron OVS-agent, > which optionally imports OVS python bindings, and ends up to > use a wrong copy in ryu.contrib.ovs. > > Signed-off-by: YAMAMOTO Takashi <[email protected]> > --- > ryu/app/wsgi.py | 4 ++++ > ryu/cmd/manager.py | 1 + > ryu/cmd/of_config_cli.py | 1 + > ryu/cmd/rpc_cli.py | 1 + > ryu/cmd/ryu_base.py | 1 + > ryu/contrib/__init__.py | 30 +++++++++++++++++++++--------- > ryu/lib/of_config/__init__.py | 4 +++- > 7 files changed, 32 insertions(+), 10 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
