From df9adcb8d55300234d12f6737f9725df3bcfa4b4 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Wed, 25 Jan 2023 10:44:02 +0100 Subject: port app fixes --- tagit/utils/bsfs.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tagit/utils') diff --git a/tagit/utils/bsfs.py b/tagit/utils/bsfs.py index d80efe0..3c2b826 100644 --- a/tagit/utils/bsfs.py +++ b/tagit/utils/bsfs.py @@ -9,15 +9,18 @@ import typing # bsfs imports from bsfs import schema, Open -from bsfs.query import ast from bsfs.namespace import Namespace +from bsfs.query import ast +from bsfs.utils import URI, uuid # exports __all__: typing.Sequence[str] = ( 'Namespace', 'Open', + 'URI', 'ast', 'schema', + 'uuid' ) ## EOF ## -- cgit v1.2.3