From ed2b4f800b42ad48ef101e24703478e9cd9a00a9 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Mon, 8 Oct 2007 20:11:25 +0000 Subject: [PATCH] fix import queryTools git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@542 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- client/equo | 1 + 1 file changed, 1 insertion(+) diff --git a/client/equo b/client/equo index 86d5c97ba..614fcc4bb 100644 --- a/client/equo +++ b/client/equo @@ -169,6 +169,7 @@ try: elif (options[0] == "search"): if len(options) > 1: + import queryTools rc = queryTools.searchPackage(options[1:]) sys.exit(rc)