aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/apps/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/apps/info.py')
-rw-r--r--bsie/apps/info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsie/apps/info.py b/bsie/apps/info.py
index 8cc6dca..eaf1f71 100644
--- a/bsie/apps/info.py
+++ b/bsie/apps/info.py
@@ -12,7 +12,7 @@ import typing
# bsie imports
from bsie.base import errors
from bsie.tools import builder
-from bsie.utils.bsfs import URI
+from bsie.utils import bsfs
# exports
__all__: typing.Sequence[str] = (
@@ -48,7 +48,7 @@ def main(argv):
])
# pipeline builder
pbuild = builder.PipelineBuilder(
- URI('http://example.com/me/file#'), # not actually used
+ bsfs.Namespace('http://example.com/me/'), # not actually used
rbuild,
ebuild,
)