From 4ff218bdbc9263ec6bde44102c063a39cf0eec8b Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 6 Jun 2017 11:27:17 -0700 Subject: [PATCH] py27: add absolute_import to fix py27 build --- pywb/utils/loaders.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pywb/utils/loaders.py b/pywb/utils/loaders.py index 25bdf3a2..3b80f3e9 100644 --- a/pywb/utils/loaders.py +++ b/pywb/utils/loaders.py @@ -1,3 +1,5 @@ +from __future__ import absolute_import + """ This module provides loaders for local file system and over http local and remote access