1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

py27: add absolute_import to fix py27 build

This commit is contained in:
Ilya Kreymer 2017-06-06 11:27:17 -07:00
parent 66865daa49
commit 4ff218bdbc

View File

@ -1,3 +1,5 @@
from __future__ import absolute_import
""" """
This module provides loaders for local file system and over http This module provides loaders for local file system and over http
local and remote access local and remote access