From 38d5b810cb5e8400919e1d72c7d3806ee1156a23 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Jun 2020 10:55:55 +0100 Subject: backend : adjust to changed options --- src/backend/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/__init__.py') diff --git a/src/backend/__init__.py b/src/backend/__init__.py index ec1e6b0..493819a 100644 --- a/src/backend/__init__.py +++ b/src/backend/__init__.py @@ -9,7 +9,7 @@ from .database import * from .filesystem import * from .help import * from .install import * -from .installhybrid import * +from .installebuild import * from .killportage import * from .metadata import * from .mirror import * @@ -25,4 +25,4 @@ from .uninstallforce import * from .uninstall import * from .update import * from .upgrade import * -from .upgradehybrid import * +from .upgradeebuild import * -- cgit v1.2.3