At Mon, 22 Jun 2015 10:59:35 +0900, Satoshi KOBAYASHI wrote: > > [1 <text/plain; UTF-8 (7bit)>] > 2015-06-20 0:10 GMT+09:00 IWAMOTO Toshihiro <[email protected]>: > > > Generated by runnig "2to3 -f imports". > > > > Signed-off-by: IWAMOTO Toshihiro <[email protected]> > > --- > > ryu/app/client.py | 22 > > +++++++++++----------- > > ryu/app/rest_conf_switch.py | 10 +++++----- > > .../commands/show/route_formatter_mixin.py | 4 ++-- > > 3 files changed, 18 insertions(+), 18 deletions(-) > > > > diff --git a/ryu/app/client.py b/ryu/app/client.py > > index 7e8b90f..e14b312 100644 > > --- a/ryu/app/client.py > > +++ b/ryu/app/client.py > > @@ -18,9 +18,9 @@ > > # This module is *not* used by ryu-manager. > > # Imported and used by OpenStack Ryu plug-in and agent. > > > > -import httplib > > +import http.client > > import json > > -import urlparse > > +import urllib.parse > > > > http.client and urllib.parse exist in only python3. Does ryu drop support > python2?
Definitely not. Sorry for the mess. -- IWAMOTO Toshihiro ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
