Limnoria/scripts
Lars Kellogg-Stedman d24130f46d
resolve warnings about 'is not' and integer comparisons (#1435)
running supybot-adduser (or supybot-reset-password) with a recent
python would result in the warning:

> ```
> /usr/local/bin/supybot-adduser:59: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> if len(args) is not 1:
> ```

This commits corrects the syntax.
`
2020-10-29 12:22:34 -07:00
..
supybot scripts: remove obsolete conditionals for Python 2 2020-01-05 11:31:45 -08:00
supybot-adduser resolve warnings about 'is not' and integer comparisons (#1435) 2020-10-29 12:22:34 -07:00
supybot-botchk scripts: migrate shebangs and version checks to Python 3 2020-01-05 11:29:41 -08:00
supybot-plugin-create scripts: migrate shebangs and version checks to Python 3 2020-01-05 11:29:41 -08:00
supybot-plugin-doc scripts: remove obsolete conditionals for Python 2 2020-01-05 11:31:45 -08:00
supybot-reset-password resolve warnings about 'is not' and integer comparisons (#1435) 2020-10-29 12:22:34 -07:00
supybot-test supybot-test: Simplify impl of --exclude. 2020-05-01 21:38:35 +02:00
supybot-wizard supybot-wizard: re-prompt for channels if there were too many commas. 2020-06-14 20:17:33 +02:00