Skip to content

Add compatibility shim to expose tigrbl_orm.orm as tigrbl.orm#6180

Merged
cobycloud merged 1 commit into
masterfrom
bbdx/locate-bootstrappable-import-method/2026-03-20
Mar 20, 2026
Merged

Add compatibility shim to expose tigrbl_orm.orm as tigrbl.orm#6180
cobycloud merged 1 commit into
masterfrom
bbdx/locate-bootstrappable-import-method/2026-03-20

Conversation

@cobycloud
Copy link
Copy Markdown
Contributor

Motivation

  • Provide a compatibility module so code importing tigrbl.orm continues to work by delegating to tigrbl_orm.orm after a package rename.

Description

  • Add pkgs/standards/tigrbl/tigrbl/orm/__init__.py which imports tigrbl_orm.orm, re-exports its public symbols, preserves __doc__, __all__, and __path__, and maps submodules from tigrbl_orm.orm.* into sys.modules as tigrbl.orm.*.

Testing

  • No automated tests were run for this change.

Codex Task

@cobycloud cobycloud merged commit 707f360 into master Mar 20, 2026
4 checks passed
@cobycloud cobycloud deleted the bbdx/locate-bootstrappable-import-method/2026-03-20 branch March 20, 2026 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant