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)
commitfffa8db5e819cebfa7529b4d3d240802bf0181ba
treed29fa5fcbc9b4bb611b4f47d5df5c70a0600dd90
parentd879a707a38eff0335e1b5c12ae4c61f4aa0296b
ovsdb-idlc: Remove "sha" deprecation warning

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