X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fdownload.py;h=6f4daf4fe31e17d2cb75a13e9206dff317cfa2b4;hb=061a45aba1f91ec167eb9ac283a4c0a0afb52798;hp=8e309cb3cbda9a26b856d4f778fbcb25157740ab;hpb=f29edf3e09805c843b4e8b54ba0fbfdfaafd55d7;p=m_librarian.git diff --git a/m_librarian/download.py b/m_librarian/download.py index 8e309cb..6f4daf4 100755 --- a/m_librarian/download.py +++ b/m_librarian/download.py @@ -1,5 +1,6 @@ #! /usr/bin/env python +from __future__ import print_function import os from time import mktime from shutil import copyfileobj @@ -108,7 +109,7 @@ def download(book, path=None, a_format=None): def test(): _compile_format() - print compiled_format + print(compiled_format) if __name__ == '__main__': test()