mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-06 07:04:20 -04:00
Change print statements to print functions
This commit is contained in:
parent
717e080584
commit
39171a6ac6
@ -406,7 +406,7 @@ you can also directly import calibre, as follows::
|
||||
import init_calibre
|
||||
import calibre
|
||||
|
||||
print calibre.__version__
|
||||
print(calibre.__version__)
|
||||
|
||||
It is essential that you import the init_calibre module before any other calibre modules/packages as
|
||||
it sets up the interpreter to run calibre code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user