[lit] Remove workaround for Python 2.5
authorBrian Gesiak <modocache@gmail.com>
Tue, 4 Oct 2016 00:15:37 +0000 (00:15 +0000)
committerBrian Gesiak <modocache@gmail.com>
Tue, 4 Oct 2016 00:15:37 +0000 (00:15 +0000)
commit3a7318f4903a6c3a91b667f33db91bf2ae7d4f88
tree92ce54076478e5143f310f5bfd9124cc5e7a0e81
parentbbae6a94e86970a516b0a854634246d764273b05
[lit] Remove workaround for Python 2.5

Summary:
The minimum version of Python necessary to run the LLVM test suite is
2.7. Code to work around Python 2.5 and lower isn't necessary.

Reviewers: ddunbar, echristo, delcypher, beanz

Subscribers: llvm-commits, mehdi_amini

Differential Revision: https://reviews.llvm.org/D25209

llvm-svn: 283169
llvm/utils/lit/lit/main.py