projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ad07e6
)
test-ovsdb.py: Remove unused import.
author
Ethan Jackson
<ethan@nicira.com>
Sat, 24 Sep 2011 23:04:19 +0000
(16:04 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Sat, 24 Sep 2011 23:05:07 +0000
(16:05 -0700)
tests/test-ovsdb.py
patch
|
blob
|
history
diff --git
a/tests/test-ovsdb.py
b/tests/test-ovsdb.py
index 4b85c71d7c6174ef8a59024c347f30fff7ab0315..dbdd8f8f581dcca07da9d5b7b8d26979326b773f 100644
(file)
--- a/
tests/test-ovsdb.py
+++ b/
tests/test-ovsdb.py
@@
-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: