summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorlbriggs <lbriggs@apptio.com>2014-12-18 22:52:02 +0000
committerAnish Athalye <me@anishathalye.com>2014-12-18 20:05:03 -0500
commit285543ac6a06327a62a59d60e3bf093b951f3ab4 (patch)
treea7173046f2f34b64596099a19e9a085b4e71d652 /CONTRIBUTING.md
parent992ba4a2a94c46d1b5fe14d901c1720263e17162 (diff)
Fix version check
The version checking code fails on Python 2.6 and earlier. `sys.version_info` only became a named tuple in Python 2.7. The recommended way to get the check to work in earlier versions of Python is to access it as a regular tuple.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions