mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
M3 namespace migration: complete Phase B, partial Phase D, docs and tests
- Native runtime under bearhub/ (api, commons, gems, view/util, view/core, view/qt) - bauh/ compatibility re-export shims for legacy imports - Phase D: canonical __version__/__app_name__ in bearhub/__init__.py; pyproject.toml and setup.py point at bearhub package - Native gem loader at bearhub/view/core/gems.py - Namespace compatibility tests (159 tests passing) - Documentation: CHANGELOG [Unreleased], NAMESPACE_MIGRATION, ROADMAP, README, CONTRIBUTING, docs/qt6-migration.md, packaging/aur/README.md
This commit is contained in:
1
bauh/commons/__init__.py
Normal file
1
bauh/commons/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons import * # noqa: F401,F403
|
||||
1
bauh/commons/boot.py
Normal file
1
bauh/commons/boot.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.boot import * # noqa: F401,F403
|
||||
1
bauh/commons/category.py
Normal file
1
bauh/commons/category.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.category import * # noqa: F401,F403
|
||||
1
bauh/commons/config.py
Normal file
1
bauh/commons/config.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.config import * # noqa: F401,F403
|
||||
1
bauh/commons/custom_types.py
Normal file
1
bauh/commons/custom_types.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.custom_types import * # noqa: F401,F403
|
||||
1
bauh/commons/html.py
Normal file
1
bauh/commons/html.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.html import * # noqa: F401,F403
|
||||
1
bauh/commons/internet.py
Normal file
1
bauh/commons/internet.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.internet import * # noqa: F401,F403
|
||||
1
bauh/commons/regex.py
Normal file
1
bauh/commons/regex.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.regex import * # noqa: F401,F403
|
||||
1
bauh/commons/resource.py
Normal file
1
bauh/commons/resource.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.resource import * # noqa: F401,F403
|
||||
1
bauh/commons/singleton.py
Normal file
1
bauh/commons/singleton.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.singleton import * # noqa: F401,F403
|
||||
1
bauh/commons/suggestions.py
Normal file
1
bauh/commons/suggestions.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.suggestions import * # noqa: F401,F403
|
||||
1
bauh/commons/system.py
Normal file
1
bauh/commons/system.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.system import * # noqa: F401,F403
|
||||
1
bauh/commons/util.py
Normal file
1
bauh/commons/util.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.util import * # noqa: F401,F403
|
||||
1
bauh/commons/version_util.py
Normal file
1
bauh/commons/version_util.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.version_util import * # noqa: F401,F403
|
||||
1
bauh/commons/view_utils.py
Normal file
1
bauh/commons/view_utils.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.commons.view_utils import * # noqa: F401,F403
|
||||
Reference in New Issue
Block a user