gentoo/app-text/xapers/files/xapers-0.9.3-remove-pipes.patch
William Pettersson 22493a24da
app-text/xapers: enable py3.13
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>
2025-04-29 20:40:01 +01:00

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()