projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d879a70
)
ovsdb-idlc: Remove "sha" deprecation warning
author
Justin Pettit
<jpettit@nicira.com>
Tue, 24 Nov 2009 01:24:58 +0000
(17:24 -0800)
committer
Justin Pettit
<jpettit@nicira.com>
Tue, 24 Nov 2009 01:24:58 +0000
(17:24 -0800)
The "sha" module was deprecated in Python 2.5 and calling ovsd-idlc prints
a warning in Python 2.6. The module is not actually being used, so this
just removes the offending import.
ovsdb/ovsdb-idlc.in
patch
|
blob
|
history
diff --git
a/ovsdb/ovsdb-idlc.in
b/ovsdb/ovsdb-idlc.in
index 2cde35e3a220512cb8fe4a4dab347b7f8d8dd90f..681cba5daaf55a7d9e7ea0ac148b62deb0b5fba5 100755
(executable)
--- a/
ovsdb/ovsdb-idlc.in
+++ b/
ovsdb/ovsdb-idlc.in
@@
-2,7
+2,6
@@
import getopt
import re
-import sha
import sys
sys.path.insert(0, "@abs_top_srcdir@/ovsdb")