mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
Closes: https://bugs.gentoo.org/952258 Signed-off-by: William Pettersson <william@ewpettersson.se> Part-of: https://github.com/gentoo/gentoo/pull/41352 Closes: https://github.com/gentoo/gentoo/pull/41352 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
351 B
Diff
15 lines
351 B
Diff
diff --git a/xapers/__main__.py b/xapers/__main__.py
|
|
index ed451c7..e59fbd2 100755
|
|
--- a/xapers/__main__.py
|
|
+++ b/xapers/__main__.py
|
|
@@ -698,9 +698,6 @@ directory.
|
|
except:
|
|
pass
|
|
|
|
- # FIXME: why?
|
|
- import pipes
|
|
-
|
|
for doc in initdb().search(args.query):
|
|
title = doc.get_title()
|
|
origpaths = doc.get_fullpaths()
|