summaryrefslogtreecommitdiff
path: root/dotbot/messenger
Commit message (Collapse)AuthorAge
* Add option --no-color to suppress colorization of outputPhilip Hallstrom2018-10-06
| | | | | | By default, if output is a TTY, dotbot will colorize the output. This patch adds the option to pass `--no-color` to dotbot to have it suppress this colorization.
* Fix compatibilityAnish Athalye2015-01-26
| | | | | This commit fixes usage of the Singleton metaclass so that it is compatible with both Python 2 and Python 3.
* Fix whitespace errorAnish Athalye2014-10-17
|
* Fix source compatibility with Python 3Anish Athalye2014-06-14
| | | | | | | | | | According to PEP 394, `python` should only be used in the shebang line for scripts that are source compatible with both Python 2 and Python 3. In previous versions of Dotbot, on certain systems where `python` referred to `python3`, running Dotbot would throw an exception due to a SyntaxError. This can be fixed by making Dotbot source compatible with both Python 2 and Python 3.
* Initial commitAnish Athalye2014-03-20