]> git.proxmox.com Git - ovs.git/commitdiff
ovsdb-idlc: Remove "sha" deprecation warning
authorJustin Pettit <jpettit@nicira.com>
Tue, 24 Nov 2009 01:24:58 +0000 (17:24 -0800)
committerJustin 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

index 2cde35e3a220512cb8fe4a4dab347b7f8d8dd90f..681cba5daaf55a7d9e7ea0ac148b62deb0b5fba5 100755 (executable)
@@ -2,7 +2,6 @@
 
 import getopt
 import re
-import sha
 import sys
 
 sys.path.insert(0, "@abs_top_srcdir@/ovsdb")