mirror of
1
0
Fork 0
dotbot/bin
lbriggs 285543ac6a 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.
2014-12-18 20:05:03 -05:00
..
dotbot Fix version check 2014-12-18 20:05:03 -05:00