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

MAINT: deprecate caosdb_admin

parent 1879c121
No related branches found
No related tags found
3 merge requests!114Helper MR,!113F linkahead rename before rename,!112LinkAhead rename lvl 0
Pipeline #41376 canceled
linkahead_admin.py
\ No newline at end of file
import warnings
from linkahead.utils.linkahead_admin import main
if __name__ == "__main__":
warnings.warn("caosdb_admin.py is deprecated. Please use linkahead_admin.py",
DeprecationWarning)
sys.exit(main())
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