From 9a22962e545ff178ed3d86f5b7dce234ad0b3440 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 May 2020 15:48:02 +0530 Subject: [PATCH] py3ize new file header --- src/calibre/gui2/viewer/highlights.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/calibre/gui2/viewer/highlights.py b/src/calibre/gui2/viewer/highlights.py index 930bc997ce..cbe4415826 100644 --- a/src/calibre/gui2/viewer/highlights.py +++ b/src/calibre/gui2/viewer/highlights.py @@ -1,9 +1,7 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # vim:fileencoding=utf-8 # License: GPL v3 Copyright: 2020, Kovid Goyal -from __future__ import absolute_import, division, print_function, unicode_literals - from itertools import chain from PyQt5.Qt import (