We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de94aef commit 350e1deCopy full SHA for 350e1de
beaker/ext/database.py
@@ -43,6 +43,8 @@ def __init__(self, namespace, url=None, sa_opts=None, table_name='beaker_cache',
43
``schema_name``
44
The schema name to use in the database for the cache.
45
"""
46
+ OpenResourceNamespaceManager.__init__(self, namespace)
47
+
48
if sa_opts is None:
49
sa_opts = {}
50
0 commit comments