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 --- test/fixtures.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/fixtures.py') diff --git a/test/fixtures.py b/test/fixtures.py index b8d6fc3..637896d 100644 --- a/test/fixtures.py +++ b/test/fixtures.py @@ -1,3 +1,5 @@ +from __future__ import absolute_import + import atexit import logging import os -- cgit v1.2.1