Skip to content
Snippets Groups Projects
Verified Commit 7916cee2 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Rename caosdb -> linkahead

parent 06417acb
No related branches found
No related tags found
1 merge request!118F linkahead rename
Pipeline #36546 failed
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
SOURCE_DIR=public/ SOURCE_DIR=public/
MERGE="xsl/jsheader.xsl xsl/footer.xsl xsl/filesystem.xsl xsl/entity.xsl xsl/query.xsl xsl/messages.xsl xsl/navbar.xsl xsl/main.xsl xsl/welcome.xsl xsl/common.xsl" MERGE="xsl/jsheader.xsl xsl/footer.xsl xsl/filesystem.xsl xsl/entity.xsl xsl/query.xsl xsl/messages.xsl xsl/navbar.xsl xsl/main.xsl xsl/welcome.xsl xsl/common.xsl"
TARGET=public/webcaosdb.xsl TARGET=public/weblinkahead.xsl
function _merge () { function _merge () {
......
...@@ -30,10 +30,10 @@ import sys ...@@ -30,10 +30,10 @@ import sys
from tempfile import NamedTemporaryFile from tempfile import NamedTemporaryFile
from zipfile import ZipFile from zipfile import ZipFile
import caosdb as db import linkahead as db
import pandas as pd import pandas as pd
from caosadvancedtools.serverside import helper from caosadvancedtools.serverside import helper
from caosdb import CaosDBException, ConsistencyError, EntityDoesNotExistError from linkahead import LinkAheadException, ConsistencyError, EntityDoesNotExistError
def _parse_arguments(): def _parse_arguments():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment