From d1db9bd4432e363822b86d56ea309d5fc5a3d54f Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Tue, 23 Jul 2019 06:34:07 +0000 Subject: [PATCH] Fixing 2.7 compatibility again --- camelot/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/camelot/core.py b/camelot/core.py index 8d12a04..c4bd4d4 100644 --- a/camelot/core.py +++ b/camelot/core.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- +from __future__ import absolute_import from io import open import os import sqlite3