move back to bundled httpretty for now

This commit is contained in:
Steve Pulec 2013-03-19 11:46:54 -04:00
commit fe2b3518ae
3 changed files with 173 additions and 156 deletions

View file

@ -1,7 +1,7 @@
import functools
import re
from httpretty import HTTPretty
from moto.packages.httpretty import HTTPretty
from .responses import metadata_response
from .utils import convert_regex_to_flask_path