X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fdownload.py;h=6f4daf4fe31e17d2cb75a13e9206dff317cfa2b4;hb=b5feb3aa789da0c70824f3f2c9af628e13b80ffc;hp=8e309cb3cbda9a26b856d4f778fbcb25157740ab;hpb=8d0cd0faf04cf7a988b77d6fe2a4285444a2f3ea;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()