Fix error that did not let Session base beoverloaded correctly

This commit is contained in:
Griatch 2020-11-24 18:38:43 +01:00
parent fd9b491d09
commit 50779ee84d
4 changed files with 12 additions and 11 deletions

View file

@ -1411,7 +1411,7 @@ def fuzzy_import_from_module(path, variable, default=None, defaultpaths=None):
def class_from_module(path, defaultpaths=None):
"""
Return a class from a module, given the module's path. This is
Return a class from a module, given the class' full python path. This is
primarily used to convert db_typeclass_path:s to classes.
Args: