diff --git a/cookbook/helper/__init__.py b/cookbook/helper/__init__.py index e4fea45ad..c1cb37885 100644 --- a/cookbook/helper/__init__.py +++ b/cookbook/helper/__init__.py @@ -1,3 +1,6 @@ +import cookbook.helper.dal +from cookbook.helper.AllAuthCustomAdapter import AllAuthCustomAdapter + __all__ = [ 'dal', ]