summaryrefslogtreecommitdiff
path: root/src/backend/search.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-18 11:18:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-18 11:18:29 +0100
commitf28b67f3d6910f71e20da86367205f3c3660ff72 (patch)
treee911759abc66c51e8b4eb7d55ab3146bf0b45c3b /src/backend/search.py
parentef7479ddce20795821190197622df79ca4259f64 (diff)
fix imports in dbsearch (no need to import the whole thing), rename it so we have something uniform
Diffstat (limited to 'src/backend/search.py')
-rw-r--r--src/backend/search.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/search.py b/src/backend/search.py
deleted file mode 100644
index c9b5862..0000000
--- a/src/backend/search.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/python3
-
-import subprocess
-
-def start(pkgname):
- subprocess.call(['emerge', '--search', '--getbinpkg'] + list(pkgname))