Fix error that did not let Session base beoverloaded correctly
This commit is contained in:
parent
fd9b491d09
commit
50779ee84d
4 changed files with 12 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue