From 4e66140e8a94afe9fb72bf3dad2ee338c7b6f2a4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 Jan 2019 20:09:44 +0530 Subject: [PATCH] ... --- src/calibre/devices/kobo/driver.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 308900ceda..57de76ec7c 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1,7 +1,6 @@ #!/usr/bin/env python2 # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai -from __future__ import division -from __future__ import print_function +from __future__ import print_function, division __license__ = 'GPL v3' __copyright__ = '2010-2012, Timothy Legge , Kovid Goyal and David Forrester '