summaryrefslogtreecommitdiff
path: root/mako/ext/beaker_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/ext/beaker_cache.py')
-rw-r--r--mako/ext/beaker_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/ext/beaker_cache.py b/mako/ext/beaker_cache.py
index 6a7e898..a40b09c 100644
--- a/mako/ext/beaker_cache.py
+++ b/mako/ext/beaker_cache.py
@@ -40,7 +40,7 @@ class BeakerCacheImpl(CacheImpl):
_beaker_cache = cache.template.cache_args["manager"]
else:
_beaker_cache = beaker_cache.CacheManager()
- super(BeakerCacheImpl, self).__init__(cache)
+ super().__init__(cache)
def _get_cache(self, **kw):
expiretime = kw.pop("timeout", None)