rename excpetion module to exceptions

This commit is contained in:
httprunner
2018-07-25 10:52:16 +08:00
parent e6a834c6c6
commit 3c17aa649c
15 changed files with 94 additions and 94 deletions

View File

@@ -13,7 +13,7 @@ import string
import time
from httprunner.compat import basestring, builtin_str, integer_types, str
from httprunner.exception import ParamsError
from httprunner.exceptions import ParamsError
from requests_toolbelt import MultipartEncoder