From 80b2c43c74a4eb20b0d93e344ac1355dafac1cf6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Nov 2014 11:04:20 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/worker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/ebooks/metadata/worker.py b/src/calibre/ebooks/metadata/worker.py index a6161288d0..08acd8a71e 100644 --- a/src/calibre/ebooks/metadata/worker.py +++ b/src/calibre/ebooks/metadata/worker.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai -from __future__ import with_statement +from __future__ import (unicode_literals, division, absolute_import, + print_function) __license__ = 'GPL v3' __copyright__ = '2009, Kovid Goyal '