add shebang explicitly invoking Python 2.7
authorTomas Vondra <tomas@2ndquadrant.com>
Thu, 13 Oct 2016 12:27:25 +0000 (14:27 +0200)
committerTomas Vondra <tomas@2ndquadrant.com>
Mon, 27 Feb 2017 00:32:51 +0000 (01:32 +0100)
commit978f85c05681322a5687e044ce477c7af325e2bc
treec03d51af893bb2bfb5d2eea4fea1527be7cb4857
parent61ec817410f3246063da9ecc9afe79b0a1ed974f
add shebang explicitly invoking Python 2.7

The code is not fully compatible with Python 3.x (although it should
not be a big deal to make that happen).
client/perffarm-client.py