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-11-03 12:38:48 +00:00
parent 09203ff2b8
commit be7463518b
3 changed files with 8 additions and 13 deletions

View file

@ -3,10 +3,6 @@ import json
import httpretty
from httpretty import GET
# 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: