Fixed errors found by travisci:
authorKeith Beckman <kbeckman@becknet.com>
Wed, 21 May 2014 02:28:32 +0000 (22:28 -0400)
committerKeith Beckman <kbeckman@becknet.com>
Wed, 21 May 2014 02:28:32 +0000 (22:28 -0400)
py26: re.split can't take flags. use inline flags or re.compile
py27: info_dict must be serializable. remove request object
py335, py34: no urlparse module. use utils.compat_urlparse


No differences found