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 import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.apiutils import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.apiutils`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.cached import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.cached`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
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)
from linkahead.common.administration import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common.administration`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.common.datatype import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common.datatype`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.common.models import *
from warnings import warn
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)
from linkahead.common.state import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common.state`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.common.timezone import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common.timezone`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.common.utils import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common.utils`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.common.versioning import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common.versioning`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.configuration import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.configuration`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication.auth_token import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.auth_token`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication.external_credentials_provider import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.external_credentials_provider`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication.input import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.input`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication.interface import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.interface`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication.keyring import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.keyring`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication.pass import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.pass`. 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.
Finish editing this message first!
Please register or to comment