From e72b313f2d5e7c76fc98d0da256b769a5459f94d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 14:44:24 +0000 Subject: move installPkg -> installpkg --- src/backend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/__init__.py') diff --git a/src/backend/__init__.py b/src/backend/__init__.py index 238a194..b92d504 100644 --- a/src/backend/__init__.py +++ b/src/backend/__init__.py @@ -2,7 +2,7 @@ from .autoremove import * from .checkenv import * from .getenv import * from .getfs import * -from .installPkg import * +from .installpkg import * from .installSrc import * from .killemerge import * from .purgeenv import * -- cgit v1.2.3