1 Commits

Author SHA1 Message Date
fandehui
756583ed57 Use mock from the standard library
Since Python 3.3, mock is part of unittest in the standard library.

Provide compatibility for older versions, since httplib2 seems to still
support Python2.

Signed-off-by: fandehui <fandehui@xfusion.com>
(cherry picked from commit 151380e3dd1e3e7e6553a4d739df66d02f6b0fbc)
2023-12-28 15:19:13 +08:00