From: Ben Pfaff Date: Thu, 25 Aug 2011 00:08:50 +0000 (-0700) Subject: python: Remove unused imports. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=973d7411d62e848a2b9b0175ba7bb6234efdbff3;p=openvswitch python: Remove unused imports. Found by pychecker. --- diff --git a/python/ovs/db/data.py b/python/ovs/db/data.py index 8e2a9d76..7f073349 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 003f12b8..35f2e0ce 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