Danek Duvall 425d465122 Import mock so that it works on Python 3.x
Running oslotest's tests fail on Python 3.x because of the "import mock"
lines in test_output.py and test_timeout.py.  That works for 2.x because
"mock" is an independent package, but in 3.x, it's a part of unittest in
the standard library.  This difference is covered in six.moves, which is
where mock is imported from in other test modules.

Change-Id: I3882c2a9be8abc93cf95942579cb9562c6377c01
Closes-Bug: #1607963
2016-07-29 14:19:07 -07:00
..
2015-01-15 11:24:07 +01:00
2015-01-15 11:24:07 +01:00
2015-06-12 14:35:28 +00:00
2015-06-12 14:34:51 +00:00