From 5cf564d3b5109c2a9e4b5917eb7d834f8b911d3b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Jan 2024 22:52:36 +0000 Subject: don't silently fail while attempting to uninstall a package with reverse dependencies --- src/backend/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/__init__.py') diff --git a/src/backend/__init__.py b/src/backend/__init__.py index 9c38585..d6dc4c7 100644 --- a/src/backend/__init__.py +++ b/src/backend/__init__.py @@ -10,7 +10,8 @@ from .mirrors import * from .purgeenv import * from .recoverdb import * from .solvedeps import * -from .search import * +from .solverdeps import * +from .searchdb import * from .setbranch import * from .setjobs import * from .setprofile import * -- cgit v1.2.3