Skip to content
Snippets Groups Projects

Draft: file system: cleanup

Open Timm Fitschen requested to merge f-filesystem-cleanup into f-filesystem-main
Files
4
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