Commit fe6891c9 authored by Jason R. Coombs's avatar Jason R. Coombs

Fix typo, correcting failures on late Pythons when mock is not already installed.

parent 335aba6f
try:
import unitest.mock as mock
import unittest.mock as mock
except ImportError:
import mock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment