test-ovsdb.py: Remove unused import.
authorEthan Jackson <ethan@nicira.com>
Sat, 24 Sep 2011 23:04:19 +0000 (16:04 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 24 Sep 2011 23:05:07 +0000 (16:05 -0700)
tests/test-ovsdb.py

index 4b85c71..dbdd8f8 100644 (file)
@@ -27,7 +27,6 @@ from ovs.db import types
 import ovs.ovsuuid
 import ovs.poller
 import ovs.util
-import idltest
 
 def unbox_json(json):
     if type(json) == list and len(json) == 1: