From b51a4c690ccf0353e87211ea4864d49b1c3d5c70 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 26 Oct 2022 12:50:51 +0100 Subject: merge uninstall && force uninstall functions --- src/backend/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backend/__init__.py') diff --git a/src/backend/__init__.py b/src/backend/__init__.py index 39c89ed..ecbde21 100644 --- a/src/backend/__init__.py +++ b/src/backend/__init__.py @@ -18,7 +18,6 @@ from .syncDatabase import * from .syncEnvironment import * from .syncSPM import * from .sysInfo import * -from .uninstallAllForce import * from .uninstallAll import * from .updateAll import * from .upgradePkg import * -- cgit v1.2.3