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

MAINT: created slim wrapper named caosdb

parent e842812a
No related branches found
No related tags found
2 merge requests!114Helper MR,!112LinkAhead rename lvl 0
Pipeline #41415 passed
Showing
with 120 additions and 0 deletions
from linkahead.connection.authentication.plain import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.plain`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication.unauthenticated import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.unauthenticated`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.connection import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.connection`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.encode import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.encode`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.interface import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.interface`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.mockup import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.mockup`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.utils import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.utils`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.exceptions import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.exceptions`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.high_level_api import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.high_level_api`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.caosdb_admin import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.caosdb_admin`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.checkFileSystemConsistency import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.checkFileSystemConsistency`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.create_revision import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.create_revision`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.get_entity import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.get_entity`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.git_utils import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.git_utils`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.linkahead_admin import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.linkahead_admin`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.plantuml import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.plantuml`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.register_tests import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.register_tests`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.utils.server_side_scripting import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.utils.server_side_scripting`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.yamlapi import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.yamlapi`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment