summaryrefslogtreecommitdiffstats
path: root/tools/inspect_apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inspect_apps.py')
-rw-r--r--tools/inspect_apps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inspect_apps.py b/tools/inspect_apps.py
index 6c814d2..7031a0a 100644
--- a/tools/inspect_apps.py
+++ b/tools/inspect_apps.py
@@ -6,7 +6,7 @@ import tempfile
from . import log, subdirs
__all__ = [
- "list_applications_deb",
+ "list_applications_dpkg",
"list_applications_pacman",
"list_applications_rpm",
"list_applications_windows"
@@ -34,7 +34,7 @@ except ModuleNotFoundError:
@log
-def list_applications_deb(path):
+def list_applications_dpkg(path):
"""Find all packages installed on a debian-based linux distribution.
See also: