diff options
author | Matthias Baumgartner <dev@igsor.net> | 2022-12-15 16:50:53 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2022-12-15 16:50:53 +0100 |
commit | 49cf03fc212c813862453de5352436dc90d1e458 (patch) | |
tree | 7670841f081a9ad04386c6cc3e046d75941e8b00 /bsie/apps/index.py | |
parent | 3dc3e9a9b0fc8c9727f91359814866d3deae6e79 (diff) | |
download | bsie-49cf03fc212c813862453de5352436dc90d1e458.tar.gz bsie-49cf03fc212c813862453de5352436dc90d1e458.tar.bz2 bsie-49cf03fc212c813862453de5352436dc90d1e458.zip |
imports and init files
Diffstat (limited to 'bsie/apps/index.py')
-rw-r--r-- | bsie/apps/index.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bsie/apps/index.py b/bsie/apps/index.py index 821aa4c..aa26d0f 100644 --- a/bsie/apps/index.py +++ b/bsie/apps/index.py @@ -9,14 +9,11 @@ import argparse import os import typing -# bsfs imports -import bsfs - # bsie imports from bsie.base import errors -from bsie.lib.bsie import BSIE +from bsie.lib import BSIE from bsie.tools import builder -from bsie.utils.bsfs import URI +from bsie.utils import bsfs # exports __all__: typing.Sequence[str] = ( |