core.common: move assert_subpackage to my.core.internal

This commit is contained in:
Dima Gerasimov 2024-08-15 18:49:19 +03:00 committed by karlicoss
parent 88f3c17c27
commit 7f8a502310
9 changed files with 17 additions and 13 deletions

View file

@ -1,4 +1,4 @@
from .common import assert_subpackage; assert_subpackage(__name__)
from .internal import assert_subpackage; assert_subpackage(__name__)
from . import warnings
# do this later -- for now need to transition modules to avoid using kompress directly (e.g. ZipPath)