Skip to content
Snippets Groups Projects

Draft: ENH: file system: core

Open Timm Fitschen requested to merge f-filesystem-core into f-filesystem-cleanup
Files
5
@@ -2,6 +2,5 @@
from linkahead.common.models import *
from warnings import warn
from lxml import etree
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common.models`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
Loading