2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 22:35:15 +00:00

python: Remove unused imports.

Found by pychecker.
This commit is contained in:
Ben Pfaff
2011-08-24 17:08:50 -07:00
parent 1f00acd0bc
commit 973d7411d6
2 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -17,7 +17,6 @@ import logging
import os
import select
import socket
import sys
import ovs.poller
import ovs.socket_util