]> 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:

Use six.string_types over basestring for Python 3 compatibility
authorRob Golding <rob@robgolding.com>
Thu, 15 Jan 2015 13:41:43 +0000 (13:41 +0000)
committerRob Golding <rob@robgolding.com>
Thu, 15 Jan 2015 13:41:43 +0000 (13:41 +0000)
commita2961748b5773cab010a6352710460a26b4a2cbe
treea9f0d1422f95321fd47dc38a30abe42f55c13fcb
parentd4ee441b2352dd50f00363c1ccb123e25cbac248
Use six.string_types over basestring for Python 3 compatibility
tasklib/task.py