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 2cde35e..681cba5 100755 (executable)
@@ -2,7 +2,6 @@
 
 import getopt
 import re
-import sha
 import sys
 
 sys.path.insert(0, "@abs_top_srcdir@/ovsdb")