mirror of
1
0
Fork 0
dotbot/dotbot
Anish Athalye 1e1885c45a Fix incorrect use of `is` over `==`
Comparing strings and integers with `is` is a bug: comparisons should be
done with `==`. It might not have caused observable problems in the past
because small integers and strings can be interned.
2020-01-03 15:31:24 -05:00
..
messenger Add option --no-color to suppress colorization of output 2018-10-06 16:08:26 -07:00
plugins Fix incorrect use of `is` over `==` 2020-01-03 15:31:24 -05:00
util Add plugin loader 2016-02-06 15:14:35 -05:00
__init__.py Release 1.16.0 2019-10-12 12:02:40 -04:00
cli.py Add 'create' directive to create directories 2019-10-12 11:55:09 -04:00
config.py Fix compatibility with Python 3 2016-01-15 01:21:16 -05:00
context.py Add default options 2016-03-03 09:42:50 -05:00
dispatcher.py Implement globbing support 2018-04-13 08:49:02 -04:00
plugin.py Add default options 2016-03-03 09:42:50 -05:00