Skip to content
Snippets Groups Projects

DOC: Fix and extend documentation on inheritance

Merged Florian Spreckelsen requested to merge f-doc-inheritance into dev
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -43,7 +43,7 @@ from caosdb.exceptions import (CaosDBException, HTTPClientError,
HTTPURITooLongError)
try:
from caosdb.version import version
except:
except ModuleNotFoundError:
version = "uninstalled"
from pkg_resources import resource_filename
Loading