diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-07-04 16:29:53 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-07-04 16:29:53 +0100 |
commit | 4fc5a53da38955b35b9b48e6ee24acf7b5cf3fdf (patch) | |
tree | 1150578c23437b31f2059575673f286de8ffed37 /src/backend/__init__.py | |
parent | 94435dc8ad302c54448fdfe5b1add8d9a2b264f9 (diff) |
fix some minor typosv4.2007.0
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 ee584e8..37d8db6 100644 --- a/src/backend/__init__.py +++ b/src/backend/__init__.py @@ -7,7 +7,7 @@ from .check import * from .csvfiles import * from .database import * from .filesystem import * -from .install import * +from .installbinary import * from .installebuild import * from .killportage import * from .metadata import * @@ -23,5 +23,5 @@ from .sysinfo import * from .uninstallforce import * from .uninstall import * from .update import * -from .upgrade import * +from .upgradebinary import * from .upgradeebuild import * |