diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-20 10:55:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-20 10:55:55 +0100 |
commit | 38d5b810cb5e8400919e1d72c7d3806ee1156a23 (patch) | |
tree | dd64aac3209c1a9d1aebf2a5ef55bc56c15da4f7 /src/backend/__init__.py | |
parent | 2a492f0415289c5844c186508d265046eccedd1e (diff) |
backend : adjust to changed options
Diffstat (limited to 'src/backend/__init__.py')
-rw-r--r-- | src/backend/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 * |