mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-13 10:42:17 -04:00
Fix syntax errors
Command used: futurize --no-diffs -f libfuturize.fixes.fix_print_with_import -f lib2to3.fixes.fix_throw -f lib2to3.fixes.fix_numliterals -f lib2to3.fixes.fix_except -f lib2to3.fixes.fix_exec -f lib2to3.fixes.fix_raise -f lib2to3.fixes.fix_tuple_params -f lib2to3.fixes.fix_ne -j20 -w -n setup recipes src manual setup.py recipes/*.recipe And manual adjustments of print((...)) -> print(...)
This commit is contained in:
committed by
Kovid Goyal
parent
2aacfeffa5
commit
0889ee85ec
@@ -4,6 +4,7 @@
|
||||
|
||||
|
||||
import importlib
|
||||
from __future__ import print_function
|
||||
import json
|
||||
import re
|
||||
import socket
|
||||
|
||||
Reference in New Issue
Block a user