fix import queryTools

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@542 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-10-08 20:11:25 +00:00
parent 2b0ab3be31
commit ed2b4f800b

View File

@@ -169,6 +169,7 @@ try:
elif (options[0] == "search"):
if len(options) > 1:
import queryTools
rc = queryTools.searchPackage(options[1:])
sys.exit(rc)