Skip to content
Snippets Groups Projects
Commit 4326e9d7 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: deprecate old import

parent 0555320d
No related branches found
No related tags found
1 merge request!111MAINT: LinkAhead rename
Pipeline #41031 failed
"""
Deprecated
"""
from warnings import warn
from linkahead import *
warn(("CaosDB was renamed to LinkAhead. Please import the library as `import linkahead`. Using the"
" old name (caosdb) is deprecated."), DeprecationWarning)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment