From 7249c1da5066d1ed6a063846e91357a787f92609 Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <joscha@schmiedt.dev> Date: Sat, 20 Apr 2024 21:25:39 +0200 Subject: [PATCH] Change caosdb import to linkahead --- examples/pycaosdb_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pycaosdb_example.py b/examples/pycaosdb_example.py index 9a3d7667..508bbcdd 100755 --- a/examples/pycaosdb_example.py +++ b/examples/pycaosdb_example.py @@ -6,7 +6,7 @@ Make sure that a `pylinkahead.ini` is readable at one of the expected locations. import random -import caosdb as db +import linkahead as db def reconfigure_connection(): -- GitLab