[ovs-dev] [python3 11/15] python: Remove unused imports.

Ben Pfaff blp at nicira.com
Thu Aug 25 00:15:09 UTC 2011


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




More information about the dev mailing list