aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/utils/namespaces.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-04-17 18:47:58 +0200
committerMatthias Baumgartner <dev@igsor.net>2023-04-17 18:47:58 +0200
commitbe6027859c815e18b08a49ca1a45df3fc0aac301 (patch)
treee978249655fcab58f9ee1479c268ca8b06af7e8d /bsie/utils/namespaces.py
parentaf81318ae9311fd0b0e16949cef3cfaf7996970b (diff)
parentaefd0cb4fa1a949beabc51e88a5c46843043a439 (diff)
downloadbsie-be6027859c815e18b08a49ca1a45df3fc0aac301.tar.gz
bsie-be6027859c815e18b08a49ca1a45df3fc0aac301.tar.bz2
bsie-be6027859c815e18b08a49ca1a45df3fc0aac301.zip
Merge branch 'mb/iptc' into develop
Diffstat (limited to 'bsie/utils/namespaces.py')
-rw-r--r--bsie/utils/namespaces.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsie/utils/namespaces.py b/bsie/utils/namespaces.py
index 4a66048..9357253 100644
--- a/bsie/utils/namespaces.py
+++ b/bsie/utils/namespaces.py
@@ -20,6 +20,7 @@ bsf = bsie.Literal.Array.Feature
bsl = bsfs.Literal
bsn = bsie.Node
bsp = bsie.Node.Preview()
+bst = bsie.Node.Tag()
# export
__all__: typing.Sequence[str] = (
@@ -32,6 +33,7 @@ __all__: typing.Sequence[str] = (
'bsl',
'bsn',
'bsp',
+ 'bst',
'xsd',
)