Skip to content
Snippets Groups Projects

MAINT: linkahead rename

Open Henrik tom Wörden requested to merge f-linkahead-rename into dev
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
"""
Deprecated
"""
from warnings import warn
from linkaheadadvancedtools import *
warn(("CaosDB was renamed to LinkAhead. Please import the library as `import "
"linkaheadadvancedtools`. Using the"
" old name (caosadvancedtools) is deprecated."), DeprecationWarning)
Loading