mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
core: don't re-export get_context (MR 2252)
This makes testing a lot more annoying. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
42d9f4e3cd
commit
6087a9df8f
48 changed files with 86 additions and 55 deletions
|
@ -3,7 +3,7 @@
|
|||
import configparser
|
||||
from pathlib import Path
|
||||
from typing import Dict
|
||||
from pmb.core import get_context
|
||||
from pmb.core.context import get_context
|
||||
from pmb.core.context import Context
|
||||
from pmb.core.pkgrepo import pkgrepo_path
|
||||
from pmb.helpers import logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue