weboob-devel/tools/certhash.py
Laurent Bachelier 74a4ef6723 Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w

With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00

6 lines
169 B
Python
Executable file

#!/usr/bin/env python
from __future__ import print_function
import sys
from weboob.tools.browser import StandardBrowser
print(StandardBrowser()._certhash(sys.argv[1]))