From: Rob Golding Date: Thu, 15 Jan 2015 13:41:43 +0000 (+0000) Subject: Use six.string_types over basestring for Python 3 compatibility X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/a2961748b5773cab010a6352710460a26b4a2cbe?ds=sidebyside;hp=a2961748b5773cab010a6352710460a26b4a2cbe Use six.string_types over basestring for Python 3 compatibility ---