pdfminer.six/tests
Antonio Ercole De Luca 0fdebc6739 Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34)
* Removing all the "#!/usr/bin/env python" lines, they do not need for python3, solving issue number: #19.

* Restored all the shebangs in the tools and tests folders (because they are real executables) but used "#!/usr/bin/env python" instead of "#!/usr/bin/python" as this blog points out: https://www.peterbe.com/plog/importance-of-env
Removed also the shebang from pdfminer/psparser.py file.
2016-11-08 20:01:11 +01:00
..
test_pdfminer_ccitt.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
test_pdfminer_crypto.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
test_pdfminer_psparser.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
test_tools_dumppdf.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00
test_tools_pdf2txt.py Removing all the "#!/usr/bin/env python" lines, they do not need for … (#34) 2016-11-08 20:01:11 +01:00