Vladislav Lobanov

Results 1 comments of Vladislav Lobanov

Encountered the same problem. Changed modules/__init__.py to the following: import pkgutil import importlib __all__ = [] def _import_modules(): prefixLen = len(__name__) + 1 for importer, moduleName, isPkg in pkgutil.iter_modules(__path__, prefix...