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

MAINT: change the way the slim wrapper is created

parent e3efcdc2
No related branches found
No related tags found
1 merge request!111MAINT: LinkAhead rename
Pipeline #41164 passed
Showing
with 114 additions and 1 deletion
linkahead
\ No newline at end of file
from linkahead.__init__ import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.__init__`. 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.__init__ import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.common.__init__`. 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.__init__ import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.__init__`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
from linkahead.connection.authentication.__init__ import *
from warnings import warn
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead.connection.authentication.__init__`. 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)
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