From 51ae7c850ffba2b3c2f445f14bac7ced4defd636 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Tue, 15 Mar 2011 14:08:13 +0100 Subject: [PATCH] qlang: Remove unused import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: RenΓ© Nussbaumer <rn@google.com> --- lib/qlang.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/qlang.py b/lib/qlang.py index ad9c9498c..6508cf451 100644 --- a/lib/qlang.py +++ b/lib/qlang.py @@ -31,9 +31,6 @@ converted to callable functions by L{query._CompileFilter}. """ -from ganeti import errors - - # Logic operators with one or more operands, each of which is a filter on its # own OP_OR = "|" -- GitLab