Found by pychecker. --- python/ovs/db/data.py | 5 ----- python/ovs/stream.py | 1 - 2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/python/ovs/db/data.py b/python/ovs/db/data.py index 8e2a9d7..7f07334 100644 --- a/python/ovs/db/data.py +++ b/python/ovs/db/data.py @@ -12,12 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import errno -import logging -import os import re -import select -import sys import uuid import ovs.poller diff --git a/python/ovs/stream.py b/python/ovs/stream.py index 003f12b..35f2e0c 100644 --- a/python/ovs/stream.py +++ b/python/ovs/stream.py @@ -17,7 +17,6 @@ import logging import os import select import socket -import sys import ovs.poller import ovs.socket_util -- 1.7.4.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
