mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-13 10:42:17 -04:00
Undo redundant imports & new-style raises
New-style rasies need to be redone in a py2-friendly way, and the redudant imports are redudnant and can safely be removed
This commit is contained in:
committed by
Kovid Goyal
parent
8285481221
commit
01fbf09c0b
@@ -1,10 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
# License: GPLv3 Copyright: 2008, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import importlib
|
||||
from __future__ import print_function
|
||||
import json
|
||||
import re
|
||||
import socket
|
||||
|
||||
Reference in New Issue
Block a user