From fffa8db5e819cebfa7529b4d3d240802bf0181ba Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 23 Nov 2009 17:24:58 -0800 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/ovsdb/ovsdb-idlc.in b/ovsdb/ovsdb-idlc.in index 2cde35e3a..681cba5da 100755 --- 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") -- 2.43.0