diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-18 11:18:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-18 11:18:29 +0100 |
commit | f28b67f3d6910f71e20da86367205f3c3660ff72 (patch) | |
tree | e911759abc66c51e8b4eb7d55ab3146bf0b45c3b /src/backend/search.py | |
parent | ef7479ddce20795821190197622df79ca4259f64 (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.py | 6 |
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)) |