Update httpretty to 0.6.5

(but no further due to https://github.com/gabrielfalcao/HTTPretty/issues/114)
This commit is contained in:
sneakypete81 2013-10-29 09:18:21 +00:00
parent ed5cc0ac11
commit 99d0a8066b
2 changed files with 6 additions and 8 deletions

View file

@ -2,10 +2,6 @@ from __future__ import unicode_literals
import json
import httpretty
# TEMP: Temporary hack until httpretty string checking is fixed
if httpretty.compat.PY3:
httpretty.core.basestring = (bytes, str)
try:
import unittest2 as unittest # Python2.6
except ImportError: