]> git.madduck.net Git - etc/taskwarrior.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Removes redundant definition
authorNestor Arocha <nesaro@gmail.com>
Tue, 20 Feb 2018 14:45:53 +0000 (14:45 +0000)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2018 14:45:53 +0000 (14:45 +0000)
commitb2edb6ff48f75b9a823e4cdbcf6f375d9e1c7c84
tree1b09947e1fcee9c9219c98ed514f87092ca5d1b3
parent2e0c6959fc46b027d7f6f6a26aca82a02fe5dfca
Removes redundant definition

\__ne__ is already defined if \__eq__ is defined

https://docs.python.org/3/reference/datamodel.html#object.__ne__
tasklib/lazy.py