aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/utils/namespaces.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2022-12-15 16:42:07 +0100
committerMatthias Baumgartner <dev@igsor.net>2022-12-15 16:42:07 +0100
commit3dc3e9a9b0fc8c9727f91359814866d3deae6e79 (patch)
treea563234d0327a4aaae488e082e0396b0ee5fe1f8 /bsie/utils/namespaces.py
parent559e643bb1fa39feefd2eb73847ad9420daf1deb (diff)
downloadbsie-3dc3e9a9b0fc8c9727f91359814866d3deae6e79.tar.gz
bsie-3dc3e9a9b0fc8c9727f91359814866d3deae6e79.tar.bz2
bsie-3dc3e9a9b0fc8c9727f91359814866d3deae6e79.zip
minor fixes and comments
Diffstat (limited to 'bsie/utils/namespaces.py')
-rw-r--r--bsie/utils/namespaces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsie/utils/namespaces.py b/bsie/utils/namespaces.py
index 2fcb2dc..d6e1c72 100644
--- a/bsie/utils/namespaces.py
+++ b/bsie/utils/namespaces.py
@@ -21,6 +21,7 @@ __all__: typing.Sequence[str] = (
'bse',
'bsfs',
'bsm',
+ 'xsd',
)
## EOF ##