Skip to content

Commit 87b1545

Browse files
geobeaukorfuri
authored andcommitted
Added compatibility with pypy (#73)
1 parent 03f93d6 commit 87b1545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_prometheus/cache/backends/django_memcached_consul.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import absolute_import
12
from django_memcached_consul import memcached
23
from django_prometheus.cache.metrics import (
34
django_cache_get_total, django_cache_hits_total, django_cache_misses_total)

0 commit comments

Comments
 (0)