From c693709aaf9e292c8614b9ab345d3322d4f71caa Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Tue, 2 Aug 2016 21:36:00 -0700 Subject: Always absolute_import --- kafka/metrics/quota.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kafka/metrics/quota.py') diff --git a/kafka/metrics/quota.py b/kafka/metrics/quota.py index 0410e37..4d1b0d6 100644 --- a/kafka/metrics/quota.py +++ b/kafka/metrics/quota.py @@ -1,3 +1,6 @@ +from __future__ import absolute_import + + class Quota(object): """An upper or lower bound for metrics""" def __init__(self, bound, is_upper): -- cgit v1.2.1