Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Merge requests
!7
MAINT: remove code from __init__
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
MAINT: remove code from __init__
f-read-config-files
into
dev
Overview
0
Commits
5
Pipelines
1
Changes
4
Merged
Henrik tom Wörden
requested to merge
f-read-config-files
into
dev
4 years ago
Overview
0
Commits
5
Pipelines
1
Changes
4
https://gitlab.com/caosdb/caosdb-pylib/-/merge_requests/57
0
0
Merge request reports
Viewing commit
d68b1243
Prev
Next
Show latest version
4 files
+
44
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
d68b1243
resolve threads from merge request
· d68b1243
Alexander Kreft
authored
4 years ago
src/caosdb/__init__.py
+
1
−
1
View file @ d68b1243
Edit in single-file editor
Open in Web IDE
Show full file
@@ -50,4 +50,4 @@ from caosdb.connection.connection import configure_connection, get_connection
from
caosdb.version
import
version
as
__version__
from
caosdb.exceptions
import
*
_read_config_files
(
"
PYCAOSDBINI
"
)
\ No newline at end of file
_read_config_files
()
\ No newline at end of file
Loading