Skip to content
Snippets Groups Projects

LinkAhead rename lvl 0

Merged Henrik tom Wörden requested to merge f-linkahead-rename-0 into dev
40 files
+ 240
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
0
 
 
from linkahead.common import *
 
from warnings import warn
 
 
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common`. Using the"
 
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
Loading