1
0
Fork 0
mirror of synced 2024-06-19 23:41:10 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Oliver Brandt 7dd25f0c0c Merge e3255d583e into 0b01d56d81 2017-04-19 19:30:07 +00:00
Anish Athalye 53eb3851d1 Make launcher find python binary 2017-04-19 08:40:15 -04:00
Oliver Brandt e3255d583e use colorama in order to support ANSI sequences under windows 2015-12-15 09:58:19 +01:00
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
Anish Athalye 33d602bb93 Add YAML support
Add support for YAML format configuration files. In addition, this
commit adds instructions about YAML config files to the README, and it
also changes the README to encourage use of YAML instead of JSON.
2014-10-27 20:31:40 -04:00
Anish Athalye 60a560e976 Initial commit 2014-03-20 18:57:56 -04:00