mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 13:29:35 +08:00
rename excpetion module to exceptions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user